From 1415b7b94ae766cf68c8ac474b6152cf5f0dc1bf Mon Sep 17 00:00:00 2001
From: matthias <matthias@b9310e46-f624-0410-8ea1-cfbb3a30dc96>
Date: Wed, 25 Jun 2008 11:39:38 +0000
Subject: - Hotkeys für einHandNeo und lernModus durch entsprechende ScanCodes
 ersetzt
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

git-svn-id: https://svn.neo-layout.org@570 b9310e46-f624-0410-8ea1-cfbb3a30dc96
---
 windows/autohotkey/neo20-all-in-one.ahk | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

(limited to 'windows/autohotkey')

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
 
 
 
-- 
cgit v1.2.3