Added Meta-/ binding for Unix as alt for Alt-/.

This commit is contained in:
Guido van Rossum 1999-01-04 16:32:21 +00:00
parent 5bfffbd79d
commit 16b91f89b5
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@ class AutoExpand:
'<<expand-word>>': ['<Alt-slash>'],
}
unix_keydefs = {
'<<expand-word>>': ['<Meta-slash>'],
}
menudefs = [
('edit', [
('E_xpand word', '<<expand-word>>'),