Skip to content

Instantly share code, notes, and snippets.

View kbilsted's full-sized avatar
💭
AFK most of the time...

Kasper B. Graversen kbilsted

💭
AFK most of the time...
View GitHub Profile
; Use Scroll Lock to swap keyboard layouts
; and do not let Control, Alt, or Win modifiers act on Dvorak
Loop {
If GetKeyState("ScrollLock", "T")
and !GetKeyState("Control")
and !GetKeyState("Alt")
and !GetKeyState("LWin")
and !GetKeyState("RWin") {
Suspend, Off
} else {