diff options
author | martin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-08-29 23:27:34 +0000 |
---|---|---|
committer | martin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-08-29 23:27:34 +0000 |
commit | 0acf4f603f2849ce1b0552a3a980a54a5e3fe68c (patch) | |
tree | 4603e8d24b8fe61618bf75bc4bea6eac9addc62e | |
parent | 2b526c96411655c3cccd2b6059243865e0188eca (diff) |
AHK erweitert: 2 Achtelnoten auf 3(4) gelegt.
git-svn-id: https://svn.neo-layout.org@827 b9310e46-f624-0410-8ea1-cfbb3a30dc96
-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)
|