-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Using different forms of uppercase letters can cause wrong key binding to be set #3851
Comments
There are 3 different ways to express |
The issue is caused by the key not getting standardized before being put in the map. But just discovered another symptom.
This is because the bindings which go into the menubar get standardized into the form MacOS expects. But for non-menubar key bindings, the user's keystroke is converted from the MacOS event using |
I've submitted PR #3887 updated #3847 to contain the fix for this. IINA is in a little bit of an interesting situation because it evolved away from mpv, and relies on a single string-based identifier for all key sequences, which creates the need for a normalized form. I've assembled all the differences I'm currently aware of and attempted to sketch out a set of rules for normalization, as documented in Definitions used here:
Normal Form Rules [updated 2023-03-18]:
|
System and IINA version:
Steps to reproduce:
set window-scale
.Expected behavior:
Actual behavior:
The text was updated successfully, but these errors were encountered: