mirror of
https://github.com/python/cpython.git
synced 2025-08-24 18:55:00 +00:00
changeover to new keybinding configuration implementation
This commit is contained in:
parent
c628a06c70
commit
72c3bf076f
11 changed files with 50 additions and 109 deletions
|
@ -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>>'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue