From 9fd0799ff5e125e31f26a6240dac6064832b501c Mon Sep 17 00:00:00 2001 From: "Kurt B. Kaiser" Date: Thu, 16 Jan 2003 21:40:21 +0000 Subject: SF Bug 667812: Some Linux distros have Alt and Meta reversed. --- Lib/idlelib/config-keys.def | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Lib/idlelib/config-keys.def b/Lib/idlelib/config-keys.def index ff4debc..3e03ad7 100644 --- a/Lib/idlelib/config-keys.def +++ b/Lib/idlelib/config-keys.def @@ -14,17 +14,17 @@ paste= beginning-of-line= center-insert= close-all-windows= -close-window= +close-window= do-nothing= end-of-file= python-docs= python-context-help= -history-next= -history-previous= +history-next= +history-previous= interrupt-execution= view-restart= -open-class-browser= -open-module= +open-class-browser= +open-module= open-new-window= open-window-from-file= plain-newline-and-indent= @@ -39,21 +39,21 @@ toggle-auto-coloring= undo= find= find-again= -find-in-files= +find-in-files= find-selection= replace= -goto-line= +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= +comment-region= +uncomment-region= +tabify-region= +untabify-region= +toggle-tabs= +change-indentwidth= [IDLE Classic Unix] copy= -- cgit v0.12