Can't SendInput using Shift key

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
User avatar
Cuadrix
Posts: 236
Joined: 07 May 2017, 08:26

Can't SendInput using Shift key

05 Apr 2019, 01:40

For some reason this doesn't work:

Code: Select all

Shift::
SendInput {a}
Return
But this works?:

Code: Select all

b::
SendInput {a}
Return
I can remap it like below and it works:

Code: Select all

Shift::a
But that isn't what I want, because I need to use Shift and SendInput to send keystrokes from multiple keys.
Any solutions?
Rohwedder
Posts: 7647
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: Can't SendInput using Shift key

05 Apr 2019, 02:21

Hallo,
perhaps:

Code: Select all

~Shift::a
Tilde: ~ prefix when the hotkey fires, its key's native function will not be blocked
swagfag
Posts: 6222
Joined: 11 Jan 2017, 17:59

Re: Can't SendInput using Shift key

05 Apr 2019, 02:56

1.1.30.02 shift bug? try .03

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: No registered users and 233 guests