diff options
author | nora <nora@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2007-04-30 14:48:38 +0000 |
---|---|---|
committer | nora <nora@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2007-04-30 14:48:38 +0000 |
commit | aff1bb88f56c9090cb9bcf2982e681019734531c (patch) | |
tree | e75b63fcfa3d48e7343fb12cac2a39db5875d76b /windows/XP/autohotkey/neo20-remap.ahk | |
parent | 06cd0528d27d0df9a8374fa014e738fed5b71381 (diff) |
Autohotkey: Deadkeys sollten funktionieren
git-svn-id: https://svn.neo-layout.org@83 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to '')
-rw-r--r-- | windows/XP/autohotkey/neo20-remap.ahk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/windows/XP/autohotkey/neo20-remap.ahk b/windows/XP/autohotkey/neo20-remap.ahk index 104e192..c702285 100644 --- a/windows/XP/autohotkey/neo20-remap.ahk +++ b/windows/XP/autohotkey/neo20-remap.ahk @@ -1,13 +1,14 @@ /*
Umbelegung von AltGr auf CapsLock und #,
dafür Mod5 auf AltGr und <
+ Version vom 30.04.2007
*/
;#InstallKeybdHook
#usehook on
#singleinstance force
-;SendMode InputThenPlay - geht nicht
+SendMode Input ;ThenPlay - geht nicht
name = NEO-Remap
enable = Aktiviere %name%
@@ -99,7 +100,9 @@ Send {Control Up} return
-;-----------------------------------------------
+
+; Funktionen des Systray-Menüs
+; ----------------------------
toggleneo:
if state <>
|