mirror of https://github.com/mpv-player/mpv
etc/input.conf: add example how to change window size by key binding
Also drop a vague hint how to do it in the manpage.
This commit is contained in:
parent
d9bd5bacc1
commit
0a4adce00c
|
@ -204,6 +204,8 @@ corresponding adjustment, or the software equalizer (``--vf=eq``).)
|
|||
|
||||
command + 0
|
||||
Resize movie window to half its original size.
|
||||
(On other platforms, you can bind keys to change the ``window-scale``
|
||||
property.)
|
||||
|
||||
command + 1
|
||||
Resize movie window to its original size.
|
||||
|
|
|
@ -215,3 +215,4 @@
|
|||
# ? add sub-scale -0.1 # decrease subtitle font size
|
||||
# ? sub_step -1 # immediately display next subtitle
|
||||
# ? sub_step +1 # previous
|
||||
# ? cycle_values window-scale 0.5 2 1 # switch between 1/2, 2x, unresized window size
|
||||
|
|
Loading…
Reference in New Issue