From f18efa56437ea50fac959c9dde5055ce05da2237 Mon Sep 17 00:00:00 2001 From: Tony Lownds Date: Mon, 23 Sep 2002 00:57:10 +0000 Subject: Added new standard keybinding set for Macs. --- Lib/idlelib/config-keys.def | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/Lib/idlelib/config-keys.def b/Lib/idlelib/config-keys.def index ff9da21..4eddd40 100644 --- a/Lib/idlelib/config-keys.def +++ b/Lib/idlelib/config-keys.def @@ -99,3 +99,48 @@ tabify-region= untabify-region= toggle-tabs= change-indentwidth= +[IDLE Classic Mac] +copy= +cut= +paste= +beginning-of-line= +center-insert= +close-all-windows= +close-window= +end-of-file= +python-docs= +python-context-help= +history-next= +history-previous= +interrupt-execution= +open-class-browser= +open-module= +open-new-window= +open-window-from-file= +plain-newline-and-indent= +print-window= +redo= +remove-selection= +save-window-as-file= +save-window= +save-copy-of-window-as-file= +select-all= +toggle-auto-coloring= +undo= +find= +find-again= +find-in-files= +find-selection= +replace= +goto-line= +smart-backspace= +newline-and-indent= +smart-indent= +indent-region= +dedent-region= +comment-region= +uncomment-region= +tabify-region= +untabify-region= +toggle-tabs= +change-indentwidth= -- cgit v0.12