5
5
I am trying to remap Ctrl-Alt-Right and Ctrl-Alt-Left to imitate Ctrl-Win-Right and Ctrl-Win-Left, respectively. I followed the instructions given in this post, and succeeded in mapping Ctrl-Arrow to give the correct result, but when I change the script to
#NoTrayIcon
!^Right::^#Right
!^Left::^#Left
and run it, my desired functionality is not achieved. Why is this? How can I fix it?
That worked! Thank you so much! Do you have any idea why the other way did not work? – John Niedfeldt – 2015-11-25T21:29:43.030
1"!^Right" isn't a key you can replace by another one. It's a combination of three keys. – user3419297 – 2015-11-26T20:28:09.497