diff options
author | Steven M. Gava <elguavas@python.net> | 2002-01-19 10:41:51 +0000 |
---|---|---|
committer | Steven M. Gava <elguavas@python.net> | 2002-01-19 10:41:51 +0000 |
commit | 8639b47495a14befbd949f2a1578d692e61513cc (patch) | |
tree | e31a4a064efc8831056b28c1f1ece46516786626 /Lib/idlelib/ScriptBinding.py | |
parent | bb40cecb7d65d46b1b9fde8ca78452f66072468d (diff) | |
download | cpython-8639b47495a14befbd949f2a1578d692e61513cc.tar.gz |
changeover to new keybinding configuration implementation
Diffstat (limited to 'Lib/idlelib/ScriptBinding.py')
-rw-r--r-- | Lib/idlelib/ScriptBinding.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Lib/idlelib/ScriptBinding.py b/Lib/idlelib/ScriptBinding.py index b54dfc4c79..2b3bf99267 100644 --- a/Lib/idlelib/ScriptBinding.py +++ b/Lib/idlelib/ScriptBinding.py @@ -35,12 +35,6 @@ by Untabify Region (both in the Edit menu).""" class ScriptBinding: - keydefs = { - '<<check-module>>': ['<Alt-F5>', '<Meta-F5>'], - '<<import-module>>': ['<F5>'], - '<<run-script>>': ['<Control-F5>'], - } - menudefs = [ ('edit', [None, ('Check module', '<<check-module>>'), |