Home | History | Annotate | Download | only in idlelib

Lines Matching refs:newKeys

617         newKeys=GetKeysDialog(self,'Get New Keys',bindName,
619 if newKeys: #new keys were specified
631 self.listBindings.insert(listIndex,bindName+' - '+newKeys)
634 self.keyBinding.set(newKeys)
662 newKeys={}
666 newKeys[eventName]=binding
671 newKeys[event]=keySetChanges[event]
673 self.SaveNewKeySet(newKeySetName,newKeys)