Skip to content
New issue

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

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

Already on GitHub? # to your account

Reimplement hotkeys #6245

Open
retailcoder opened this issue Feb 2, 2025 · 0 comments
Open

Reimplement hotkeys #6245

retailcoder opened this issue Feb 2, 2025 · 0 comments
Labels
difficulty-03-duck Involves more challenging problems and/or developing within and revising the internals API feature-hotkeys up-for-grabs Use this label in conjunction with a difficulty level label, e.g. difficulty-02-ducky
Milestone

Comments

@retailcoder
Copy link
Member

Instead of fixing this, we can consider using a different approach suggested by @WaynePhillipsEA -- using SetWindowsHookEx API. That would eliminate the need to attach & detach on focus change and if we opt to hook to the low level keyboard state, that would allow for two step shortcuts.

Originally posted by @bclothier in #3996

@retailcoder retailcoder added difficulty-03-duck Involves more challenging problems and/or developing within and revising the internals API feature-hotkeys up-for-grabs Use this label in conjunction with a difficulty level label, e.g. difficulty-02-ducky labels Feb 2, 2025
@retailcoder retailcoder added this to the 2.x Cycle milestone Feb 2, 2025
@retailcoder retailcoder moved this to Prioritization in Board-v2.99 Feb 2, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
difficulty-03-duck Involves more challenging problems and/or developing within and revising the internals API feature-hotkeys up-for-grabs Use this label in conjunction with a difficulty level label, e.g. difficulty-02-ducky
Projects
Status: Prioritization
Development

No branches or pull requests

1 participant