CapsLock plus Shift

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
autoday
Posts: 16
Joined: 05 Apr 2017, 11:58

CapsLock plus Shift

12 Dec 2018, 23:40

Hello,

I Have code like this:

SetCapsLockState AlwaysOff

; Toggle Capslock with alt-Capslock.
!CapsLock::CapsLock

CapsLock & x::
If GetKeyState("Shift", "P")
Send, {BackSpace}
Else
Send, {Delete}
return

But it is not working ,in case of Caps Lock + Shift Condition.

Please Help for this code
Regards

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Anput, ArkuS, Nerafius, RandomBoy, sofista and 117 guests