You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got a bunch of AHK hotkeys that use alt, but they aren't working in the debugger because they're being consumed by the alt menu focusing behaviour. Is there any chance we could get an option to disable this?
The text was updated successfully, but these errors were encountered:
Yep, I'll add that soon. One thing I am curious about is: What behavior do you expect when using these Alt-based hotkeys in other Windows programs, like Notepad? My understanding is that the menu bar Alt hotkeys are not optional on Windows, and so I am not really sure what AHK is doing to ensure that the standard menu bar path is not picking up those Alts.
Yeah it's standard behaviour, so it's defs just a minor preference issue on my end. Most apps will just break my hotkeys, but occasionally I get lucky and there's options to disable the alt menu in the settings.
I really ought to just pick a different key to get around this issue now that I think about it.
I've got a bunch of AHK hotkeys that use alt, but they aren't working in the debugger because they're being consumed by the alt menu focusing behaviour. Is there any chance we could get an option to disable this?
The text was updated successfully, but these errors were encountered: