summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authormartin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-08-29 23:27:34 +0000
committermartin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-08-29 23:27:34 +0000
commit0acf4f603f2849ce1b0552a3a980a54a5e3fe68c (patch)
tree4603e8d24b8fe61618bf75bc4bea6eac9addc62e /windows
parent2b526c96411655c3cccd2b6059243865e0188eca (diff)
downloadneo-layout-0acf4f603f2849ce1b0552a3a980a54a5e3fe68c.tar.gz
neo-layout-0acf4f603f2849ce1b0552a3a980a54a5e3fe68c.tar.bz2
neo-layout-0acf4f603f2849ce1b0552a3a980a54a5e3fe68c.zip
AHK erweitert: 2 Achtelnoten auf 3(4) gelegt.
git-svn-id: https://svn.neo-layout.org@827 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows')
-rw-r--r--windows/autohotkey/Source/Keys-Neo.ahk2
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)