summaryrefslogtreecommitdiffstats
path: root/windows/autohotkey/neo20.ahk
diff options
context:
space:
mode:
authorstmayer <stmayer@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-08-11 10:55:06 +0000
committerstmayer <stmayer@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-08-11 10:55:06 +0000
commit70fb0eace143254f0a435f74f8c1765849f55e1e (patch)
tree51d6660956f96d98ff367820e07cceb8e765b08f /windows/autohotkey/neo20.ahk
parent849160c644f4ec8ff390d8a2c3c3a7c53aad3779 (diff)
AHK:
Ebene4-Ziffernblock: NumPadAdd und NumPadSub korrigiert Changelog angepaßt, Changes angepaßt (wozu diese neue Datei eigtl?) git-svn-id: https://svn.neo-layout.org@743 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows/autohotkey/neo20.ahk')
-rw-r--r--windows/autohotkey/neo20.ahk9
1 files changed, 5 insertions, 4 deletions
diff --git a/windows/autohotkey/neo20.ahk b/windows/autohotkey/neo20.ahk
index 1b8a783..270c7bb 100644
--- a/windows/autohotkey/neo20.ahk
+++ b/windows/autohotkey/neo20.ahk
@@ -1095,9 +1095,9 @@ neo_1:
if (PriorDeadKey = "comp")
CompKey := "1"
- else if (PriorCompKey = "r")
+ else if (PriorCompKey == "r")
CompKey := "r_1"
- else if (PriorCompKey = "R")
+ else if (PriorCompKey == "R")
CompKey := "R_1"
}
else if (Ebene = 2)
@@ -1380,7 +1380,7 @@ neo_0:
else if (Ebene = 3)
send {blind}’
else if (Ebene = 4)
- Send {blind}{NumpadMinus}
+ Send {blind}{NumpadSub}
else if (Ebene = 5)
{
CompKey := PriorCompKey
@@ -1628,7 +1628,7 @@ neo_q:
send {blind}{&}
else if ((Ebene = 4) and !(CheckDeadUni("c1",0x207A)
or CheckDeadUni("c5",0x208A)))
- Send {blind}{NumPadPlus}
+ Send {blind}{NumPadAdd}
else if (Ebene = 5)
SendUnicodeChar(0x03D5) ; phi symbol (varphi)
else if (Ebene = 6)
@@ -2650,6 +2650,7 @@ return
+
/*
------------------------------------------------------
Methode KeyboardLED zur Steuerung der Keyboard-LEDs