Commit 3ebbf116 authored by Guido van Rossum's avatar Guido van Rossum

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

parent 3b291bd2
......@@ -11,6 +11,10 @@ class AutoExpand:
'<<expand-word>>': ['<Alt-slash>'],
}
unix_keydefs = {
'<<expand-word>>': ['<Meta-slash>'],
}
menudefs = [
('edit', [
('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