with hotkeys
- add custom hotkeys to increase / decrease subtitle size
1cat <EOF>> ~/.config/mpv/input.conf
2# increase subtitle font size
3ALT+k add sub-scale +0.1
4
5# decrease subtitle font size
6ALT+j add sub-scale -0.1
- HOTKEYS
- v => show/hide subtitle
- ALT+k => increase subtitle size
- ALT+j => decrease subtitle size