◐ Shell
clean mode source ↗

[2.7] IDLE: Fix typo in keybindingDialog.py (GH-2322) by terryjreedy · Pull Request #12231 · python/cpython

Expand Up @@ -182,7 +182,7 @@ def ClearKeySeq(self):
def LoadFinalKeyList(self): #these tuples are also available for use in validity checks self.functionKeys=('F1','F2','F2','F4','F5','F6','F7','F8','F9', self.functionKeys=('F1','F2','F3','F4','F5','F6','F7','F8','F9', 'F10','F11','F12') self.alphanumKeys=tuple(string.ascii_lowercase+string.digits) self.punctuationKeys=tuple('~!@#%^&*()_-+={}[]|;:,.<>/?') Expand Down