alte kbdneo-ahk-scripts gelöscht, Anpassungen

git-svn-id: https://svn.neo-layout.org@1245 b9310e46-f624-0410-8ea1-cfbb3a30dc96
This commit is contained in:
martin_r 2008-11-26 20:12:41 +00:00
parent 88d580d2aa
commit edbfd4487d
2 changed files with 4 additions and 4 deletions
windows/kbdneo2/ahk_für_kbdneo2_Test

View file

@ -5,7 +5,7 @@ Das AHK-Skript
CapsLock durch Shift+Shift CapsLock durch Shift+Shift
Mod4Lock durch Mod4+Mod4 Mod4Lock durch Mod4+Mod4
= bislang fehlende Funktionstasten = = Funktionstasten =
»Bild auf« Mod4+4 »Bild auf« Mod4+4
»Pfeil hoch« Mod4+L »Pfeil hoch« Mod4+L
»Entfernen« Mod4+C »Entfernen« Mod4+C

View file

@ -135,7 +135,7 @@ doMod4() {
} }
;Fehlende Funktionstasten ;Funktionstasten
~4:: ~4::
if (isMod4Active and !isMod3Pressed) if (isMod4Active and !isMod3Pressed)
@ -182,7 +182,7 @@ if (isMod4Active and !isMod3Pressed)
Sendinput {Blind}{END} Sendinput {Blind}{END}
return return
~':: ~ä::
if (isMod4Active and !isMod3Pressed) if (isMod4Active and !isMod3Pressed)
Sendinput {Blind}{PGDN} Sendinput {Blind}{PGDN}
return return