diff options
author | stmayer <stmayer@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-04-10 13:25:23 +0000 |
---|---|---|
committer | stmayer <stmayer@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-04-10 13:25:23 +0000 |
commit | 8673af019ae781e419cb090a4eb1075478548774 (patch) | |
tree | 0a2d7c6c7dcc00a37dac3afe4a751389801ca57c /windows/2K_XP_Vista/autohotkey | |
parent | 247361ee0700c3de5d00f068bc8337459ff9bf32 (diff) | |
download | neo-layout-8673af019ae781e419cb090a4eb1075478548774.tar.gz neo-layout-8673af019ae781e419cb090a4eb1075478548774.tar.bz2 neo-layout-8673af019ae781e419cb090a4eb1075478548774.zip |
tab, del und backspace (ahk)
git-svn-id: https://svn.neo-layout.org@478 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows/2K_XP_Vista/autohotkey')
-rw-r--r-- | windows/2K_XP_Vista/autohotkey/neo20-all-in-one.ahk | 10 | ||||
-rw-r--r-- | windows/2K_XP_Vista/autohotkey/neo20-all-in-one.exe | bin | 221646 -> 221640 bytes |
2 files changed, 5 insertions, 5 deletions
diff --git a/windows/2K_XP_Vista/autohotkey/neo20-all-in-one.ahk b/windows/2K_XP_Vista/autohotkey/neo20-all-in-one.ahk index c3f1584..3608f32 100644 --- a/windows/2K_XP_Vista/autohotkey/neo20-all-in-one.ahk +++ b/windows/2K_XP_Vista/autohotkey/neo20-all-in-one.ahk @@ -675,9 +675,9 @@ return else if Ebene = 3
send _
else if Ebene = 5
- Send {Tab}
+ Send {Backspace}
else if Ebene = 6
- Send +{Tab}
+ Send +{Backspace}
PriorDeadKey := "" CompKey := ""
return
@@ -806,7 +806,7 @@ return }
else if Ebene = 5
{
- Send {Backspace}
+ Send {Del}
CompKey := ""
}
else if Ebene = 6
@@ -1849,9 +1849,9 @@ return else if Ebene = 3
send $
else if Ebene = 5
- Send {Del}
+ Send {Tab}
else if Ebene = 6
- Send +{Del}
+ Send +{Tab}
PriorDeadKey := "" CompKey := ""
return
diff --git a/windows/2K_XP_Vista/autohotkey/neo20-all-in-one.exe b/windows/2K_XP_Vista/autohotkey/neo20-all-in-one.exe Binary files differindex da37c30..48c348c 100644 --- a/windows/2K_XP_Vista/autohotkey/neo20-all-in-one.exe +++ b/windows/2K_XP_Vista/autohotkey/neo20-all-in-one.exe |