Skip to content

Commit

Permalink
Ran eventparse.py again.
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanrossum committed Jan 4, 1999
1 parent e911c3e commit 906572a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Tools/idle/keydefs.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
'<<close-window>>': ['<Alt-F4>'],
'<<dump-undo-state>>': ['<Control-backslash>'],
'<<end-of-file>>': ['<Control-d>'],
'<<expand-word>>': ['<Alt-slash>'],
'<<help>>': ['<F1>'],
'<<history-next>>': ['<Alt-n>'],
'<<history-previous>>': ['<Alt-p>'],
Expand All @@ -25,8 +24,7 @@
'<<save-window>>': ['<Control-s>'],
'<<select-all>>': ['<Alt-a>'],
'<<toggle-auto-coloring>>': ['<Control-slash>'],
'<<undo>>': ['<Control-z>'],
}
'<<undo>>': ['<Control-z>']}

unix_keydefs = \
{'<<Copy>>': ['<Alt-w>', '<Meta-w>'],
Expand All @@ -39,7 +37,6 @@
'<<do-nothing>>': ['<Control-x>'],
'<<dump-undo-state>>': ['<Control-backslash>'],
'<<end-of-file>>': ['<Control-d>'],
'<<expand-word>>': ['<Alt-slash>', '<Meta-slash>'],
'<<help>>': ['<F1>'],
'<<history-next>>': ['<Alt-n>', '<Meta-n>'],
'<<history-previous>>': ['<Alt-p>', '<Meta-p>'],
Expand All @@ -55,5 +52,4 @@
'<<save-window>>': ['<Control-x><Control-s>'],
'<<select-all>>': ['<Alt-a>', '<Meta-a>'],
'<<toggle-auto-coloring>>': ['<Control-slash>'],
'<<undo>>': ['<Control-z>'],
}
'<<undo>>': ['<Control-z>']}

0 comments on commit 906572a

Please sign in to comment.