diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/input.conf | 2 | ||||
-rw-r--r-- | etc/menu.conf | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/etc/input.conf b/etc/input.conf index 733cb18b08..c34eb7e1f6 100644 --- a/etc/input.conf +++ b/etc/input.conf @@ -58,6 +58,8 @@ r sub_pos -1 # move subtitles up t sub_pos +1 # down #? sub_step +1 # immediately display next subtitle #? sub_step -1 # previous +#? sub_scale +0.1 # increase subtitle font size +#? sub_scale -0.1 # decrease subtitle font size f vo_fullscreen T vo_ontop # toggle video window ontop of other windows w panscan -0.1 # zoom out with -panscan 0 -fs diff --git a/etc/menu.conf b/etc/menu.conf index 51c329b849..5cc8625e5e 100644 --- a/etc/menu.conf +++ b/etc/menu.conf @@ -29,6 +29,7 @@ <e property="sub_alignment" name="Alignment"/> <e property="sub_pos" name="Position"/> <e property="sub_delay" name="Delay"/> + <e property="sub_scale" name="Scale"/> </pref> <pref name="audio_pref" title="Audio"> |