mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +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
|
@ -800,7 +800,7 @@ class PyShell(OutputWindow):
|
|||
if use_subprocess:
|
||||
ms = self.menu_specs
|
||||
if ms[2][0] != "shell":
|
||||
ms.insert(2, ("shell", "_Shell"))
|
||||
ms.insert(2, ("shell", "She_ll"))
|
||||
self.interp = ModifiedInterpreter(self)
|
||||
if flist is None:
|
||||
root = Tk()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue