Hi guys,
I need:
If Capslock is OFF
Turn On
Thanks in advance
Help with an easy script: If Capslock is OFF, Turn On Topic is solved
Help with an easy script: If Capslock is OFF, Turn On
Last edited by Guill on 23 Nov 2020, 23:25, edited 1 time in total.
Re: I need help with an easy script Topic is solved
Code: Select all
CapsLock Up::
Shift Up::
If !GetKeyState("CapsLock", "T")
Send {CapsLock}
Return
Code: Select all
Send % GetKeyState("CapsLock", "T") ? "" : "{CapsLock}"
Code: Select all
SetCapsLockState, AlwaysOn
Re: I need help with an easy script
Thanks a lot!
Who is online
Users browsing this forum: AlFlo and 144 guests