diff options
author | martin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-10-07 20:20:24 +0000 |
---|---|---|
committer | martin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-10-07 20:20:24 +0000 |
commit | 6db40a48d0c1447e52074146fc907fe57d720db3 (patch) | |
tree | 1adac23ad8cd029177b536f8f243ced28aba083f /windows/autohotkey/Source | |
parent | 94ceea8dbeb4a111b1478d12692a688587a18072 (diff) |
Ergänzung zum Numpad
git-svn-id: https://svn.neo-layout.org@955 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to '')
-rw-r--r-- | windows/autohotkey/Source/Keys-Neo.ahk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/windows/autohotkey/Source/Keys-Neo.ahk b/windows/autohotkey/Source/Keys-Neo.ahk index 0abf17b..f3b75a1 100644 --- a/windows/autohotkey/Source/Keys-Neo.ahk +++ b/windows/autohotkey/Source/Keys-Neo.ahk @@ -837,6 +837,8 @@ neo_NumLock: SendUnicodeChar(0x2260, "notequal") ; Ungleich zu
else if (Ebene = 5)
SendUnicodeChar(0x2248, "approxeq") ; Fast gleich
+ else if (Ebene = 6)
+ SendUnicodeChar(0x2261, "identical")
return
neo_NumpadDiv:
|