Adding a Keyboard shortcut as a QAP entry
megavlad > 2024-02-01 21:28
Hi,
I have an AutoHotkey script that listens for some keyboard shortcuts, and then performs some actions. Imagine something like pressing "Ctrl+Alt+Shift+Numpad1", and then AutoHotkey runs some functionality based on that.
I would like to add those current shortcuts as entries in QAP, such that selecting the entry is equivalent to pressing those keys. Thus, I can run those AutoHotkey functions from QAP.
I was looking for a way to add a Keyboard Shortcut as entry in QAP, but I didn't find the option. I tried using the "Snippets" feature, but couldn't get that to work (not sure if it can be done from there).
Does QAP support such keyboard shortcuts as items?
Thanks