Script with 2 keys triggered when pressing 3 keys Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
MarkK

Script with 2 keys triggered when pressing 3 keys

23 Jan 2018, 10:32

Hi,
For example one of my scripts what I have, should be triggered when pressing Ctrl+Down (script: ^Down:: ...), but I have found that will be triggered also when pressing Ctrl+Shift+Down (native shortcut in one program). Same problem with a few other scripts. Is where some way to prevent that happening?

Thanks :)
MarkK

Re: Script with 2 keys triggered when pressing 3 keys  Topic is solved

28 Jan 2018, 14:10

Solution:
If using script like ^Down::Volume_Mute it won't work correctly. But it works fine if script is...

^Down::
Send {Volume_Mute}
return

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Descolada, jaka1, mikeyww, ReyAHK, Rohwedder and 300 guests