Can I set tab + hjkl to direction keys? make tab works like shift

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
acehinnnqru
Posts: 1
Joined: 26 Jun 2022, 12:31
Contact:

Can I set tab + hjkl to direction keys? make tab works like shift

Post by acehinnnqru » 26 Jun 2022, 12:38

I would like to remap tab+hjkl to left, down, up, and right like vim does.
so how can I do this?

current solution:
I just write script like:

Code: Select all

~Tab & j::Send {NumpadUp}
...
But it may not work correctly in a browser because when I press Tab, it will just change the focus element!


[Mod action: Moved topic from the v2 section]


Post Reply

Return to “Ask for Help (v1)”