-
Notifications
You must be signed in to change notification settings - Fork 3k
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
No key binding found for arrows keys on Windows tablet keyboard #15993
Comments
It seems the solution would be to alias |
It looks like the touch keyboard arrow keys are not detected by SharpKeys or ScancodeMap (it shows up as "disabled" "00_00"). It's not possible to remap on the windows side. |
Looks like those arrows keys are sent without There were some changes from @na-na-hi already to alias other keys, like If we would alias all arrows, then why not also other keys too? I think it's nice that mpv has all keys configurable, but at the same time, it may not always be desirable. |
Those changes seem to remove aliases and require scripts to have separate bindings for keypad keys in scripts. If we were to follow that example we would need to find usages of arrow keys like |
They still can be remapped individually by users, but let's duplicate them by default. Fixes: mpv-player#15993
They still can be remapped individually by users, but let's duplicate them by default. Same as 8c6ad1d. Fixes: mpv-player#15993
@zhongfly pointed out that the The following
|
They still can be remapped individually by users, but let's duplicate them by default. More generic way of 8c6ad1d and d06f3d3. Fixes: mpv-player#15993
They still can be remapped individually by users, but let's duplicate them by default. More generic way of 8c6ad1d and d06f3d3. Fixes: mpv-player#15993
They still can be remapped individually by users, but let's duplicate them by default. More generic way of 8c6ad1d and d06f3d3. Fixes: mpv-player#15993
They still can be remapped individually by users, but let's duplicate them by default. More generic way of 8c6ad1d and d06f3d3. Fixes: mpv-player#15993
They still can be remapped individually by users, but let's duplicate them by default. Same as 8c6ad1d. Fixes: mpv-player#15993
They still can be remapped individually by users, but let's duplicate them by default. Same as 8c6ad1d. Fixes: mpv-player#15993
mpv Information
Other Information
Reproduction Steps
Expected Behavior
It should work like the old accessibility On-Screen Keyboard. It seems they use different key codes for some reason.
Actual Behavior
Shows error
No key binding found for KP_{LEFT,UP,RIGHT,DOWN}
Windows 10 32-bit:
Windows 11:
Log File
output.txt
Sample Files
https://www.youtube.com/watch?v=dQw4w9WgXcQ
I carefully read all instruction and confirm that I did the following:
--log-file=output.txt
.The text was updated successfully, but these errors were encountered: