Unable to create hotkey for altkey plus another key Topic is solved

Ask gaming related questions (AHK v1.1 and older)
Guest

Unable to create hotkey for altkey plus another key  Topic is solved

21 Mar 2018, 03:26

The following hot key works

RAlt::b

If I mosidy it to the following then it does not work

RAlt & a::b

What am I doing wrong?
Rohwedder
Posts: 7645
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: Unable to create hotkey for altkey plus another key

22 Mar 2018, 08:05

Hallo,
if RAlt::b works you probably have no "Alt Gr"-key.
RAlt::b is not a Hotkey but a Remap: https://autohotkey.com/docs/misc/Remap.htm
Try Hotkey:

Code: Select all

RAlt & a::Send b
or Shortform:

Code: Select all

>!a::Send b

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 85 guests