Home | History | Annotate | Download | only in idlelib

Lines Matching refs:modifier

31         for modifier in self.modifiers:
80 for modifier, variable in zip(self.modifiers, self.modifier_vars):
81 label = self.modifier_label.get(modifier, modifier)
84 text=label,variable=variable,onvalue=modifier,offvalue='')
86 self.modifier_checkbuttons[modifier] = check
90 "Select the desired modifier keys\n"+
94 "the Shift modifier. (Letters will be\n" +
119 "Upper case is used when the Shift modifier is present!\n\n" +
246 message='No modifier key(s) specified.')
250 msg = 'The shift modifier by itself may not be used with'\