diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2019-09-25 01:49:35 +0200 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2019-09-25 01:49:35 +0200 |
commit | 50b967b4d491ac33c48909ecc6ddd1b387795da5 (patch) | |
tree | bac025554b25656b91a8951ead4717d2b7959f84 | |
parent | 8ea3fbb650b7573fb61409c1860e01d9ba656c37 (diff) | |
download | configs-50b967b4d491ac33c48909ecc6ddd1b387795da5.tar.gz configs-50b967b4d491ac33c48909ecc6ddd1b387795da5.zip |
Added keybindings for subtitle size in mpv.
-rw-r--r-- | files/mpv/input.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/mpv/input.conf b/files/mpv/input.conf index aa62868..3acfb6c 100644 --- a/files/mpv/input.conf +++ b/files/mpv/input.conf @@ -181,8 +181,8 @@ # (not an exhaustive list of unbound commands) # -# ? add sub-scale +0.1 # increase subtitle font size -# ? add sub-scale -0.1 # decrease subtitle font size +B add sub-scale +0.1 # increase subtitle font size +b add sub-scale -0.1 # decrease subtitle font size # ? sub-step -1 # immediately display next subtitle # ? sub-step +1 # previous # ? cycle angle # switch DVD/Bluray angle |