summaryrefslogtreecommitdiffstats
path: root/windows/neo-vars/neo20-vars.ahk
diff options
context:
space:
mode:
authormartin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-10-30 05:58:34 +0000
committermartin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-10-30 05:58:34 +0000
commit3be6992c339e329a4108ed88e145fa144ca72a69 (patch)
treeda4ada60a543dd06d23e8cde6b72e765624b2a89 /windows/neo-vars/neo20-vars.ahk
parent01f8850414033c7e30a3d31cdf117798227a3d95 (diff)
Aufräumarbeiten; Mod3+Mod3 als Compose; svg-Exportbeschreibung
git-svn-id: https://svn.neo-layout.org@1067 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to '')
-rw-r--r--windows/neo-vars/neo20-vars.ahk11
1 files changed, 4 insertions, 7 deletions
diff --git a/windows/neo-vars/neo20-vars.ahk b/windows/neo-vars/neo20-vars.ahk
index 03b9ef2..34d2dce 100644
--- a/windows/neo-vars/neo20-vars.ahk
+++ b/windows/neo-vars/neo20-vars.ahk
@@ -30,10 +30,11 @@ AllStar(This_HotKey) {
IsDown := 0
} else
IsDown := 1
- ActKey := Transform(PhysKey)
- if (Ebene7 and (CP7%ActKey% != ""))
+; ActKey := Transform(PhysKey)
+ ActKey := PhysKey
+ if Ebene7 and (CP7%ActKey% != "")
Char := CP7%ActKey%
- else if (Ebene8 and (CP8%ActKey% != ""))
+ else if Ebene8 and (CP8%ActKey% != "")
Char := CP8%ActKey%
else
Char := CP%Ebene%%ActKey%
@@ -392,7 +393,3 @@ SetFormat, Integer, hex
return result
}
-Transform(key) {
- global
- return key
-}