From a033a20e5989ddc6d98696fd27a654556878c4f6 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 26 Jul 2007 01:27:27 +0000 Subject: autohotkey: send {blind} auch für home und end auf 5. Ebene MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@210 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/XP/autohotkey/neo20-all-in-one.ahk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'windows') diff --git a/windows/XP/autohotkey/neo20-all-in-one.ahk b/windows/XP/autohotkey/neo20-all-in-one.ahk index 44b08ec..1bdc224 100644 --- a/windows/XP/autohotkey/neo20-all-in-one.ahk +++ b/windows/XP/autohotkey/neo20-all-in-one.ahk @@ -837,9 +837,9 @@ return else if Ebene = 3 send \ else if Ebene = 5 - Send {Home} + Send {blind}{Home} else if Ebene = 6 - Send +{Home} + Send {blind}+{Home} PriorDeadKey := "" return -- cgit v1.2.3