diff options
author | martin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-08-29 23:33:18 +0000 |
---|---|---|
committer | martin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-08-29 23:33:18 +0000 |
commit | a777a572965f0ba83b69eee3d3a46c0a0ac6fef5 (patch) | |
tree | 76d5d910f1287618fd45cdd03ea8463c10acaf8e | |
parent | 159b0e498f76473bf58c01901a18681c43a10d42 (diff) |
CapsLock-Licht wird jetzt beim Starten ausgeschaltet (wichtig, wenn z.B. bei CapsLock der Treiber neu geladen wird).
git-svn-id: https://svn.neo-layout.org@830 b9310e46-f624-0410-8ea1-cfbb3a30dc96
-rw-r--r-- | windows/autohotkey/Source/Global-Part.ahk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/autohotkey/Source/Global-Part.ahk b/windows/autohotkey/Source/Global-Part.ahk index 7d0c8a7..4532966 100644 --- a/windows/autohotkey/Source/Global-Part.ahk +++ b/windows/autohotkey/Source/Global-Part.ahk @@ -12,6 +12,7 @@ noCaps = 0 EbeneAktualisieren()
SetBatchLines -1
SetCapsLockState Off
+KeyboardLED(4, "off")
SetNumLockState Off
SetScrollLockState Off
|