From 3be6992c339e329a4108ed88e145fa144ca72a69 Mon Sep 17 00:00:00 2001 From: martin_r Date: Thu, 30 Oct 2008 05:58:34 +0000 Subject: Aufräumarbeiten; Mod3+Mod3 als Compose; svg-Exportbeschreibung MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@1067 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/neo-vars/neo20-vars.ahk | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'windows/neo-vars/neo20-vars.ahk') 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 -} -- cgit v1.2.3