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

input: parse triggers with codepoints that map to keys as translated #4147

Merged
merged 1 commit into from
Dec 31, 2024

Conversation

mitchellh
Copy link
Contributor

Fixes #4146

This makes it so that keys such as cmd+1 and cmd+one are identical.

Fixes #4146

This makes it so that keys such as `cmd+1` and `cmd+one` are identical.
@mitchellh mitchellh merged commit 4139647 into main Dec 31, 2024
10 checks passed
@mitchellh mitchellh deleted the push-ssmwzzkurqun branch December 31, 2024 05:09
@github-actions github-actions bot added this to the 1.0.1 milestone Dec 31, 2024
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

Successfully merging this pull request may close these issues.

Keybind triggers that use ASCII characters that map to key codes should use the keycode
1 participant