diff options
author | martin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-08-18 19:25:20 +0000 |
---|---|---|
committer | martin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-08-18 19:25:20 +0000 |
commit | c63134e1ac0522b643dffd4c71bcff2b27eab30d (patch) | |
tree | a016dc31193ff9e157f4a1502dee0f56a5ffc290 /windows/autohotkey/Source/Keys-Qwert-to-Neo.ahk | |
parent | feb93d6b8ae1a59d0fbe479409906ad6a8f74620 (diff) |
Modularisierung des AHK konsequent weitergeführt.
neo20.txt: Ebenen 7 und 8 ergänzt, Ebenen 2 und 4 des Numpads vertauscht.
Methods-Layers.ahk: Mod3-Lock abgeschafft, CapsLock neu geschrieben.
+ Viele kleine Änderungen.
git-svn-id: https://svn.neo-layout.org@776 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to '')
-rw-r--r-- | windows/autohotkey/Source/Keys-Qwert-to-Neo.ahk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/autohotkey/Source/Keys-Qwert-to-Neo.ahk b/windows/autohotkey/Source/Keys-Qwert-to-Neo.ahk index 8485b03..062fcb2 100644 --- a/windows/autohotkey/Source/Keys-Qwert-to-Neo.ahk +++ b/windows/autohotkey/Source/Keys-Qwert-to-Neo.ahk @@ -443,6 +443,7 @@ VK09SC00F::goto neo_tab }
; Numpad
+*VK90SC145::goto neo_NumLock
*VK6FSC135::goto neo_NumpadDiv
*VK6ASC037::goto neo_NumpadMult
*VK6DSC04A::goto neo_NumpadSub
|