summaryrefslogtreecommitdiffstats
path: root/windows
diff options
context:
space:
mode:
authordavid <david@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2007-07-26 01:27:27 +0000
committerdavid <david@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2007-07-26 01:27:27 +0000
commita033a20e5989ddc6d98696fd27a654556878c4f6 (patch)
treefbc70544c7fa199b0e9212d7d13d02305c9b1abf /windows
parente329df451e2e9322f8be9216f83aaa462b2c4c32 (diff)
autohotkey: send {blind} auch für home und end auf 5. Ebene
git-svn-id: https://svn.neo-layout.org@210 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows')
-rw-r--r--windows/XP/autohotkey/neo20-all-in-one.ahk4
1 files changed, 2 insertions, 2 deletions
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