summaryrefslogtreecommitdiff
path: root/windows/neo-vars/src/source/shortcuts.ahk
diff options
context:
space:
mode:
authormösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-02-13 17:40:01 +0000
committermösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-02-13 17:40:01 +0000
commit46f5d785b87833c98117e32ee1a8af5d14c1faea (patch)
tree8484a8ce29c6e29dc2c74b3377fe287930e1f6ec /windows/neo-vars/src/source/shortcuts.ahk
parentffcf37f840e17382d3b6931e3803fc07b5d67e95 (diff)
downloadneo-layout-46f5d785b87833c98117e32ee1a8af5d14c1faea.tar.gz
neo-layout-46f5d785b87833c98117e32ee1a8af5d14c1faea.tar.bz2
neo-layout-46f5d785b87833c98117e32ee1a8af5d14c1faea.zip
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. git-svn-id: https://svn.neo-layout.org@1658 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows/neo-vars/src/source/shortcuts.ahk')
-rw-r--r--windows/neo-vars/src/source/shortcuts.ahk14
1 files changed, 7 insertions, 7 deletions
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"