Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable ALT menu focusing #382

Open
bigrando420 opened this issue Dec 28, 2024 · 2 comments
Open

Disable ALT menu focusing #382

bigrando420 opened this issue Dec 28, 2024 · 2 comments
Labels
Debugger Pertains to the debugger. Feature Request A request for a new feature or improvement.

Comments

@bigrando420
Copy link

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?

@ryanfleury
Copy link
Collaborator

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.

@bigrando420
Copy link
Author

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.

@ryanfleury ryanfleury added Debugger Pertains to the debugger. Feature Request A request for a new feature or improvement. labels Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Debugger Pertains to the debugger. Feature Request A request for a new feature or improvement.
Projects
None yet
Development

No branches or pull requests

2 participants