mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Added Meta-/ binding for Unix as alt for Alt-/.
This commit is contained in:
parent
5bfffbd79d
commit
16b91f89b5
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@ class AutoExpand:
|
|||
'<<expand-word>>': ['<Alt-slash>'],
|
||||
}
|
||||
|
||||
unix_keydefs = {
|
||||
'<<expand-word>>': ['<Meta-slash>'],
|
||||
}
|
||||
|
||||
menudefs = [
|
||||
('edit', [
|
||||
('E_xpand word', '<<expand-word>>'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue