Use "AltGr + <" as hotkey

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Msprg
Posts: 1
Joined: 21 Feb 2018, 10:42

Use "AltGr + <" as hotkey

20 Sep 2018, 09:04

Hi

I have a new laptop but i am missing the context menu button. That button is usually between space and arrow keys wich opens context menu like with right click.
But I do not have it.

I cannot figure out how to write it in to the script correctly, so when i press combination AltGr plus key that normally writes character "&" if pressed alone. if pressed with AltGr, it will write "<".
Since there is also another key that if pressed in combination with AltGr write also char "<" i have it twice, so i thought that one of that combination i can scrifise for context button emulating.
Hope somebody helps me.

So this is what I only have so far:

Code: Select all

LControl & RAlt::MsgBox Combination summoned!
return
User avatar
NovaRanger
Posts: 68
Joined: 23 Oct 2014, 02:05

Re: Use "AltGr + <" as hotkey

20 Sep 2018, 10:21

Hello,

I'm sure I mis-understood something here..
But just to clarify you don't have appskey (context key) and you want Altgr hey to simulate appskey, am I right? If yes, please see below code.

Code: Select all

LControl & RAlt::Send, {Appskey}
return

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Descolada, Rohwedder, william_ahk and 48 guests