-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Description
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.