diff options
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 61b2348..2ed77e6 100644 --- a/windows/autohotkey/Source/Keys-Neo.ahk +++ b/windows/autohotkey/Source/Keys-Neo.ahk @@ -90,6 +90,8 @@ neo_3: checkComp(3)
} else if (Ebene = 3)
SendUnicodeChar(0x00B3) ; Hochgestellte 3
+ else if (Ebene = 4)
+ SendUnicodeChar(0x266B) ; 2 Achtelnoten
else if (Ebene = 5)
SendUnicodeChar(0x2642) ; Piktogramm Mann
else if (Ebene = 6)
|