Search code examples
keyboardautohotkeyremap

Remapping X key to Alt + Right


I am trying to X key to Alt + Right but I can't seem to get it right. This is what I have so far:

z::Send {Alt Right}

If I use it in VLC it doesn't have the same effect as if I press Alt+Right manually. I suspect it has to do with not being able to have alt pressed and then press right slow enough for VLC to get it.

Any ideas? Thanks.


Solution

  • Put the alt modifier outside of brackets.

    z::Send !{Right}