What you want IINA to do:
Provide a key binding from the R key to the add sub-pos +1 command in the default IINA key bindings.
What IINA does currently:
IINA currently provides the following subtitle position related key bindings in IINA Default:
| Key |
Command |
r |
add sub-pos -1 |
t |
add sub-pos +1 |
Why you think this should be added:
It appears this portion of the IINA key bindings were designed to match mpv. But in mpv commit mpv-player/mpv@496b132 a binding to the R key was added.
From the Keyboard Control section of the mpv manual:
r and R
Move subtitles up/down. The t key does the same as R currently, but use is discouraged.
This change is correctly reflected in IINA's mpv Default key bindings:
| Key |
Command |
r |
add sub-pos -1 |
R |
add sub-pos +1 |
t |
add sub-pos +1 |
As IINA Default does not currently contain a key binding for the R key a binding can be added to match the mpv bindings.
What you want IINA to do:
Provide a key binding from the
Rkey to theadd sub-pos +1command in the default IINA key bindings.What IINA does currently:
IINA currently provides the following subtitle position related key bindings in
IINA Default:radd sub-pos -1tadd sub-pos +1Why you think this should be added:
It appears this portion of the IINA key bindings were designed to match
mpv. But inmpvcommit mpv-player/mpv@496b132 a binding to theRkey was added.From the Keyboard Control section of the
mpvmanual:This change is correctly reflected in IINA's
mpv Defaultkey bindings:radd sub-pos -1Radd sub-pos +1tadd sub-pos +1As
IINA Defaultdoes not currently contain a key binding for theRkey a binding can be added to match thempvbindings.