Combining the Right Control key and the AppsKey

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
AHKxx
Posts: 75
Joined: 26 Feb 2014, 01:37

Combining the Right Control key and the AppsKey

24 Mar 2014, 23:45

I would like to combine the Right control key and the AppsKey so that when I hold them both, they would function like the Left Win key.

So that for example, I'd be able to use RCtrl + AppsKey plus the arrow keys to reposition windows.

I've tried thinks like....

Code: Select all

[size=200]RControl & appskey::Lwin ; this throws an error

^appskey::Lwin ; this does not error, but does not work as I want[/size]

...and some variations on that, but haven't had any luck.

Anyone know how I would do this?

Thank you!
User avatar
flyingDman
Posts: 2817
Joined: 29 Sep 2013, 19:01

Re: Combining the Right Control key and the AppsKey

28 Mar 2014, 00:59

Appskey does not work. You need to scan the code for that key (see at the bottom of the "List of Keys, Mouse Buttons, and Joystick Controls" page in the help file) but the code is likely SC15D. The hotkeys SC15D:: , RControl & SC15D:: and ^SC15D:: for instance run fine on my system.
14.3 & 1.3.7

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Joey5, RandomBoy and 405 guests