From 1415b7b94ae766cf68c8ac474b6152cf5f0dc1bf Mon Sep 17 00:00:00 2001 From: matthias Date: Wed, 25 Jun 2008 11:39:38 +0000 Subject: =?UTF-8?q?-=20Hotkeys=20f=C3=BCr=20einHandNeo=20und=20lernModus?= =?UTF-8?q?=20durch=20entsprechende=20ScanCodes=20ersetzt?= 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') 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