Home
last modified time | relevance | path

Searched refs:GetCoreKeys (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
H A Dtest_config.py577 eq(conf.GetCoreKeys()['<<center-insert>>'], ['<Control-l>'])
578 eq(conf.GetCoreKeys()['<<copy>>'], ['<Control-c>', '<Control-C>'])
579 eq(conf.GetCoreKeys()['<<history-next>>'], ['<Alt-n>'])
580 eq(conf.GetCoreKeys('IDLE Classic Windows')['<<center-insert>>'],
582 eq(conf.GetCoreKeys('IDLE Classic OSX')['<<copy>>'], ['<Command-Key-c>'])
583 eq(conf.GetCoreKeys('IDLE Classic Unix')['<<history-next>>'],
585 eq(conf.GetCoreKeys('IDLE Modern Unix')['<<history-next>>'],
/third_party/python/Lib/idlelib/
H A Dconfig.py561 keySet = self.GetCoreKeys(keySetName)
579 return ('<<'+virtualEvent+'>>') in self.GetCoreKeys()
591 def GetCoreKeys(self, keySetName=None): member in IdleConf
665 '\n Warning: config.py - IdleConf.GetCoreKeys -\n'
678 '\n Warning: config.py - IdleConf.GetCoreKeys -\n'
H A Dconfigdialog.py1450 prev_keys = idleConf.GetCoreKeys(prev_key_set_name)

Completed in 8 milliseconds