Arrow keys not pressing

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
soup
Posts: 1
Joined: 10 May 2021, 17:19

Arrow keys not pressing

10 May 2021, 17:33

I just wanted to make a simple hotkey so I could fill in a spreadsheet faster...
I've been trying for an hour now, just wanted to bind "ctrl+v right-arrow-press" to something, but for whatever reason the right arrow press won't work. I've tried pressing it on its own, pressing down on it and letting go after some time, pressing down and never letting go, whether in excel, Google or notepad there's just no right arrow action to be seen
How do you press the right arrow with this thing? Is there anything that might stop just "Send, Right" from working (like scroll lock maybe)?
User avatar
mikeyww
Posts: 26883
Joined: 09 Sep 2014, 18:38

Re: Arrow keys not pressing

10 May 2021, 19:08

Use braces around the key name.

Code: Select all

F3::Send ^v{Right}
Explained: List of keysKey names

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Holarctic, jameswrightesq and 438 guests