Skip to content

Commit

Permalink
Added Meta-/ binding for Unix as alt for Alt-/.
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanrossum committed Jan 4, 1999
1 parent 5bfffbd commit 16b91f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tools/idle/AutoExpand.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ class AutoExpand:
'<<expand-word>>': ['<Alt-slash>'],
}

unix_keydefs = {
'<<expand-word>>': ['<Meta-slash>'],
}

menudefs = [
('edit', [
('E_xpand word', '<<expand-word>>'),
Expand Down

0 comments on commit 16b91f8

Please sign in to comment.