Hotkey intercepts other input

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Leli196
Posts: 216
Joined: 29 Aug 2015, 05:47
Location: Germany

Hotkey intercepts other input

23 Apr 2017, 06:52

Hi there,

I have the following problem. There is this hotkey in some of my scripts:

Code: Select all

^+:: ^NumpadAdd
However, unfortunately it blocks other input. If I want to make a tilde (on a German keyboard it is Ctrl+Alt++) this hotkey intercepts it. Is there any way to prevent this behavior?

Greetings
Rohwedder
Posts: 7623
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: Hotkey intercepts other input

23 Apr 2017, 08:00

Hallo,
perhaps?

Code: Select all

^+::^NumpadAdd
~^!+:: ;tilde
Leli196
Posts: 216
Joined: 29 Aug 2015, 05:47
Location: Germany

Re: Hotkey intercepts other input

23 Apr 2017, 15:06

You probably mean

Code: Select all

^!+::~
; this worked, thanks a lot!
Rohwedder
Posts: 7623
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: Hotkey intercepts other input

23 Apr 2017, 23:51

Hallo,

Code: Select all

^!+::~
and

Code: Select all

~^!+::
does the same!
But in your version the tilde is suppressed first and then sent, with my version immediately sent.
My tilde says AutoHotkey that it should not suppress the hotkey.

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Google [Bot], mikeyww, Rohwedder and 313 guests