Very simple script but won't acknowledge + as shift

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
yibby
Posts: 1
Joined: 08 Dec 2021, 19:35

Very simple script but won't acknowledge + as shift

08 Dec 2021, 19:44

So I'm very new at all this, but I discovered a super simple script I could use for my program. The only problem is I have to use shift with it to work properly, and it doesn't seem to acknowledge "+" or "<+" but it will acknowledge "::Shift".

Here's my script:

Code: Select all

#IfWinActive, ahk_exe ________

e::F4
q::F3
f::F2

return
[Mod edit: [code][/code] tags added.]

I've tried e::<+F4 with no affect. The only time it's acknowledge it is e::Shift, but not e::<+. I was hoping someone could give me some insight on this. Thank you
User avatar
mikeyww
Posts: 26848
Joined: 09 Sep 2014, 18:38

Re: Very simple script but won't acknowledge + as shift

08 Dec 2021, 21:14

Welcome to AHK! Try:

Code: Select all

e::Send +{F4}
image211208-2113-001_cr-75.png
Key history
image211208-2113-001_cr-75.png (35.98 KiB) Viewed 264 times

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: No registered users and 244 guests