diff options
author | matthias <matthias@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-06-25 11:39:38 +0000 |
---|---|---|
committer | matthias <matthias@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-06-25 11:39:38 +0000 |
commit | 1415b7b94ae766cf68c8ac474b6152cf5f0dc1bf (patch) | |
tree | 77f05e2b2c0763eee4df3aebc3a3ffad44a0bb25 /windows | |
parent | 6e53403577a4297bf729ba643a6b89d466bf8ac8 (diff) | |
download | neo-layout-1415b7b94ae766cf68c8ac474b6152cf5f0dc1bf.tar.gz neo-layout-1415b7b94ae766cf68c8ac474b6152cf5f0dc1bf.tar.bz2 neo-layout-1415b7b94ae766cf68c8ac474b6152cf5f0dc1bf.zip |
- Hotkeys für einHandNeo und lernModus durch entsprechende ScanCodes ersetzt
git-svn-id: https://svn.neo-layout.org@570 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows')
-rw-r--r-- | windows/autohotkey/neo20-all-in-one.ahk | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/windows/autohotkey/neo20-all-in-one.ahk b/windows/autohotkey/neo20-all-in-one.ahk index 12cab48..39c2aa9 100644 --- a/windows/autohotkey/neo20-all-in-one.ahk +++ b/windows/autohotkey/neo20-all-in-one.ahk @@ -13,8 +13,10 @@ Ideen: - Symbol ändern (Neo-Logo abwarten)
- bei Ebene 4 rechte Hand (Numpad) z.B. Numpad5 statt 5 senden
- CHANGEHISTORY:
+ CHANGEHISTORY:
Aktuelle Revision (von Matthias Berg):
+ - Hotkeys für einHandNeo und lernModus durch entsprechende ScanCodes ersetzt
+ Revision 568 (von Matthias Berg):
- Sonderzeichen, Umlaute, z und y durch ScanCodes ersetzt
* jetzt wird auch bei eingestelltem US Layout Neo verwendet.
(z.B. für Chinesische InputMethodEditors)
@@ -4862,8 +4864,8 @@ return ; ------------------------------------
-^.::einHandNeo := not(einHandNeo)
-^,::lernModus := not(lernModus)
+^SC034::einHandNeo := not(einHandNeo) ; Punkt
+^SC033::lernModus := not(lernModus) ; Komma
|