summaryrefslogtreecommitdiffstats
path: root/windows/neo-vars/neo20-vars.ahk
diff options
context:
space:
mode:
Diffstat (limited to 'windows/neo-vars/neo20-vars.ahk')
-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
-}