From 46f5d785b87833c98117e32ee1a8af5d14c1faea Mon Sep 17 00:00:00 2001 From: mösi Date: Fri, 13 Feb 2009 17:40:01 +0000 Subject: WieMitNeo wird jetzt in einer modalen MessageBox ausgegeben, die mehr Platz erzaubt als ein TrayTip (laut AHK-Dokumentation max. 255 Zeichen). Sollte aber auf GUI geändert werden. Jede Compose-Sequenz wird zwei mal ausgegeben: Einmal als Zeichensequenz, das andere Mal als Tastensequenz. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@1658 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/neo-vars/src/source/shortcuts.ahk | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'windows/neo-vars/src/source/shortcuts.ahk') diff --git a/windows/neo-vars/src/source/shortcuts.ahk b/windows/neo-vars/src/source/shortcuts.ahk index 4d58722..8a08281 100644 --- a/windows/neo-vars/src/source/shortcuts.ahk +++ b/windows/neo-vars/src/source/shortcuts.ahk @@ -226,13 +226,13 @@ UNSHU00B5 := 1 ; /* Jetzt noch ein paar Verschönerungsabkürzungen */ -CBS__M2 := "(Shift)+" -CBS__M3 := "(Mod3)+" -CBS__M4 := "(Mod4)+" -CBS__M5 := "(Mod5=Shift+Mod3)+" -CBS__M6 := "(Mod6=Mod3+Mod4)+" -CBS__M7 := "(Mod7=Shift+Mod4)+" -CBS__M8 := "(Mod8=Shift+Mod3+Mod4)+" +CBS__M2 := "Shift+" +CBS__M3 := "Mod3+" +CBS__M4 := "Mod4+" +CBS__M5 := "Mod5=Shift+Mod3+" +CBS__M6 := "Mod6=Mod3+Mod4+" +CBS__M7 := "Mod7=Shift+Mod4+" +CBS__M8 := "Mod8=Shift+Mod3+Mod4+" CBSComp := "Compose" CBTAcut := "Akut" -- cgit v1.2.3