summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstmayer <stmayer@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-04-10 13:25:23 +0000
committerstmayer <stmayer@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-04-10 13:25:23 +0000
commit8673af019ae781e419cb090a4eb1075478548774 (patch)
tree0a2d7c6c7dcc00a37dac3afe4a751389801ca57c
parent247361ee0700c3de5d00f068bc8337459ff9bf32 (diff)
tab, del und backspace (ahk)
git-svn-id: https://svn.neo-layout.org@478 b9310e46-f624-0410-8ea1-cfbb3a30dc96
-rw-r--r--windows/2K_XP_Vista/autohotkey/neo20-all-in-one.ahk10
-rw-r--r--windows/2K_XP_Vista/autohotkey/neo20-all-in-one.exebin221646 -> 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
index 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
Binary files differ