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

It strongly depends on the order of typing keys for hotkeys with only modification keys #5

Open
jsakamoto opened this issue Dec 27, 2022 · 0 comments

Comments

@jsakamoto
Copy link
Owner

For example, if a developer implements a hotkey like this:

.Add(ModKeys.Ctrl, KeyAlt, OnHotKey)

The OnHotKey method will be invoked when a user types Ctrl > Alt. But, if a user types Alt > Ctrl, then the OnHotKey method will not be invoked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant