Kaydet (Commit) 16b91f89 authored tarafından Guido van Rossum's avatar Guido van Rossum

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

üst 5bfffbd7
...@@ -11,6 +11,10 @@ class AutoExpand: ...@@ -11,6 +11,10 @@ class AutoExpand:
'<<expand-word>>': ['<Alt-slash>'], '<<expand-word>>': ['<Alt-slash>'],
} }
unix_keydefs = {
'<<expand-word>>': ['<Meta-slash>'],
}
menudefs = [ menudefs = [
('edit', [ ('edit', [
('E_xpand word', '<<expand-word>>'), ('E_xpand word', '<<expand-word>>'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment