summaryrefslogtreecommitdiff
path: root/windows/autohotkey/Source/Keys-Neo.ahk
diff options
context:
space:
mode:
authormartin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-09-12 02:36:48 +0000
committermartin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-09-12 02:36:48 +0000
commit46350c599e49e360b067ff3dea65e539b9266cb2 (patch)
tree90e19d78340299af621ed1d1128186f590d9275b /windows/autohotkey/Source/Keys-Neo.ahk
parentb66c24b4eee4ac9e6dcf92af6a5fb7d229b11183 (diff)
downloadneo-layout-46350c599e49e360b067ff3dea65e539b9266cb2.tar.gz
neo-layout-46350c599e49e360b067ff3dea65e539b9266cb2.tar.bz2
neo-layout-46350c599e49e360b067ff3dea65e539b9266cb2.zip
ahk: 253 Cokos.
Methods-Other.ahk aufgerÀumt. 2er-Coko+Coko-Fehler ausgebessert. Compose.neo: Benennung angepasst und Fehler korrigiert. git-svn-id: https://svn.neo-layout.org@864 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows/autohotkey/Source/Keys-Neo.ahk')
-rw-r--r--windows/autohotkey/Source/Keys-Neo.ahk12
1 files changed, 6 insertions, 6 deletions
diff --git a/windows/autohotkey/Source/Keys-Neo.ahk b/windows/autohotkey/Source/Keys-Neo.ahk
index 85d5876..a23d709 100644
--- a/windows/autohotkey/Source/Keys-Neo.ahk
+++ b/windows/autohotkey/Source/Keys-Neo.ahk
@@ -244,7 +244,7 @@ neo_v:
if (Ebene12 and !(CheckDeadUni12("c6",0x1E7F,0x1E7E)))
OutputChar12("v","V")
else if (Ebene = 3)
- send {blind}_
+ OutputChar("_")
else if (Ebene = 4) and (!lernModus or lernModus_neo_Backspace)
Send {blind}{Backspace}
else if (Ebene = 6)
@@ -263,7 +263,7 @@ neo_l:
or CheckDeadUni12("t4",0x0142,0x0141)))
OutputChar12("l","L")
else if (Ebene = 3)
- send {blind}[
+ OutputChar("[")
else if (Ebene = 4)
Send {Blind}{Up}
else if (Ebene = 5)
@@ -282,7 +282,7 @@ neo_c:
or CheckDeadUni12("c2",0x010D,0x010C)))
OutputChar12("c","C")
else if (Ebene = 3)
- send {blind}]
+ OutputChar("]")
else if (Ebene = 4) and (!lernModus or lernModus_neo_Entf)
send {blind}{Del}
else if (Ebene = 5)
@@ -810,7 +810,7 @@ neo_punkt:
else if (Ebene = 2)
SendUnicodeChar(0x2026) ; ellipse
else if (Ebene = 3)
- send {blind}'
+ OutputChar("'")
else if ((Ebene = 4) and !(CheckDeadUni("c1",0x00B3)
or CheckDeadUni("c5",0x2083)))
OutputChar("{Numpad3}")
@@ -1009,9 +1009,9 @@ neo_Numpad0:
if (Ebene = 1)
OutputChar("{Numpad0}")
else if (Ebene = 2)
- SendUnicodeChar(0x2030) ; Promille
- else if (Ebene = 3)
SendUnicodeChar(0x0025) ; Prozent
+ else if (Ebene = 3)
+ SendUnicodeChar(0x2030) ; Promille
else if (Ebene = 4)
send {blind}{NumpadIns}
return