diff options
Diffstat (limited to 'windows/XP/autohotkey')
-rw-r--r-- | windows/XP/autohotkey/neo20-all-in-one.ahk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/windows/XP/autohotkey/neo20-all-in-one.ahk b/windows/XP/autohotkey/neo20-all-in-one.ahk index 4f2bb9b..44b08ec 100644 --- a/windows/XP/autohotkey/neo20-all-in-one.ahk +++ b/windows/XP/autohotkey/neo20-all-in-one.ahk @@ -584,7 +584,7 @@ return If (PriorDeadKey = "c4") ; Querstrich
BSUnicode("≤")
Else
- send <
+ send {blind}<
}
else if Ebene = 4
Unicode("ψ") ;psi
@@ -1348,7 +1348,7 @@ return else if Ebene = 2
sendinput {blind}Ö
else if Ebene = 3
- send {#}
+ send {blind}{#}
else if Ebene = 5
Send {Esc}
PriorDeadKey := ""
|