mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
File menu hotkeys: there were three 'p' assignments. Reassign the
'Save Copy As' and 'Print' hotkeys to 'y' and 't'. Change the Shell menu hotkey from 's' to 'l'. M Bindings.py M PyShell.py M NEWS.txt
This commit is contained in:
parent
f5af05a211
commit
7ae354846f
3 changed files with 7 additions and 3 deletions
|
|
@ -22,9 +22,9 @@ menudefs = [
|
|||
None,
|
||||
('_Save', '<<save-window>>'),
|
||||
('Save _As...', '<<save-window-as-file>>'),
|
||||
('Save Co_py As...', '<<save-copy-of-window-as-file>>'),
|
||||
('Save Cop_y As...', '<<save-copy-of-window-as-file>>'),
|
||||
None,
|
||||
('_Print Window', '<<print-window>>'),
|
||||
('Prin_t Window', '<<print-window>>'),
|
||||
None,
|
||||
('_Close', '<<close-window>>'),
|
||||
('E_xit', '<<close-all-windows>>'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue