Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #SingleInstance Force
- f() {
- MsgBox test
- }
- G() {
- MsgBox TEST
- }
- #if ! (GetKeyState("CapsLock", "T") ^ GetKeyState("Shift", "P")) ; if neither or both capslock & shift are on (i.e., lower case typing)
- +a::f()
- a::f()
- #if
- #if (GetKeyState("CapsLock", "T") ^ GetKeyState("Shift", "P")) ; if either is on but not both
- +a::G()
- a::G()
- #if
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement