mirror of
https://github.com/python/cpython.git
synced 2025-01-08 17:44:35 +08:00
Added new standard keybinding set for Macs.
This commit is contained in:
parent
73b9b6679e
commit
f18efa5643
@ -99,3 +99,48 @@ tabify-region=<Alt-Key-5>
|
|||||||
untabify-region=<Alt-Key-6>
|
untabify-region=<Alt-Key-6>
|
||||||
toggle-tabs=<Alt-Key-t>
|
toggle-tabs=<Alt-Key-t>
|
||||||
change-indentwidth=<Alt-Key-u>
|
change-indentwidth=<Alt-Key-u>
|
||||||
|
[IDLE Classic Mac]
|
||||||
|
copy=<Command-Key-c>
|
||||||
|
cut=<Command-Key-x>
|
||||||
|
paste=<Command-Key-v>
|
||||||
|
beginning-of-line= <Key-Home>
|
||||||
|
center-insert=<Control-Key-l>
|
||||||
|
close-all-windows=<Command-Key-q>
|
||||||
|
close-window=<Command-Key-w>
|
||||||
|
end-of-file=<Control-Key-d>
|
||||||
|
python-docs=<Key-F1>
|
||||||
|
python-context-help=<Shift-Key-F1>
|
||||||
|
history-next=<Command-Key-n>
|
||||||
|
history-previous=<Shift-Command-Key-n>
|
||||||
|
interrupt-execution=<Control-Key-c>
|
||||||
|
open-class-browser=<Command-Key-b>
|
||||||
|
open-module=<Command-Key-m>
|
||||||
|
open-new-window=<Command-Key-n>
|
||||||
|
open-window-from-file=<Command-Key-o>
|
||||||
|
plain-newline-and-indent=<Control-Key-j>
|
||||||
|
print-window=<Command-Key-p>
|
||||||
|
redo=<Shift-Command-Key-z>
|
||||||
|
remove-selection=<Key-Escape>
|
||||||
|
save-window-as-file=<Shift-Command-Key-s>
|
||||||
|
save-window=<Command-Key-s>
|
||||||
|
save-copy-of-window-as-file=<Option-Command-Key-s>
|
||||||
|
select-all=<Command-Key-a>
|
||||||
|
toggle-auto-coloring=<Control-Key-slash>
|
||||||
|
undo=<Command-Key-z>
|
||||||
|
find=<Command-Key-f>
|
||||||
|
find-again=<Command-Key-g> <Key-F3>
|
||||||
|
find-in-files=<Command-Key-F3>
|
||||||
|
find-selection=<Shift-Command-Key-F3>
|
||||||
|
replace=<Command-Key-r>
|
||||||
|
goto-line=<Command-Key-j>
|
||||||
|
smart-backspace=<Key-BackSpace>
|
||||||
|
newline-and-indent=<Key-Return> <Key-KP_Enter>
|
||||||
|
smart-indent=<Key-Tab>
|
||||||
|
indent-region=<Command-Key-bracketright>
|
||||||
|
dedent-region=<Command-Key-bracketleft>
|
||||||
|
comment-region=<Control-Key-3>
|
||||||
|
uncomment-region=<Control-Key-4>
|
||||||
|
tabify-region=<Control-Key-5>
|
||||||
|
untabify-region=<Control-Key-6>
|
||||||
|
toggle-tabs=<Control-Key-t>
|
||||||
|
change-indentwidth=<Control-Key-u>
|
||||||
|
Loading…
Reference in New Issue
Block a user