mirror of https://github.com/mpv-player/mpv
sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5114 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
392d53e706
commit
61617ec7c0
|
@ -33,7 +33,6 @@ x sub_delay +0.1
|
||||||
/ volume -1
|
/ volume -1
|
||||||
0 volume 1
|
0 volume 1
|
||||||
* volume 1
|
* volume 1
|
||||||
m use_master
|
|
||||||
1 contrast -1
|
1 contrast -1
|
||||||
2 contrast 1
|
2 contrast 1
|
||||||
3 brightness -1
|
3 brightness -1
|
||||||
|
@ -45,12 +44,25 @@ m use_master
|
||||||
d frame_drop
|
d frame_drop
|
||||||
r sub_pos -1
|
r sub_pos -1
|
||||||
t sub_pos +1
|
t sub_pos +1
|
||||||
|
f vo_fullscreen
|
||||||
|
|
||||||
h tv_step_channel 1
|
h tv_step_channel 1
|
||||||
l tv_step_channel -1
|
l tv_step_channel -1
|
||||||
n tv_step_norm
|
n tv_step_norm
|
||||||
b tv_step_chanlist
|
b tv_step_chanlist
|
||||||
|
|
||||||
|
##
|
||||||
|
## GUI
|
||||||
|
##
|
||||||
|
|
||||||
|
#l gui_loadfile
|
||||||
|
#t gui_loadsubtitle
|
||||||
|
#a gui_about
|
||||||
|
#s gui_stop
|
||||||
|
#p gui_playlist
|
||||||
|
#r gui_preferences
|
||||||
|
#c gui_skinbrowser
|
||||||
|
|
||||||
##
|
##
|
||||||
## Joystick section
|
## Joystick section
|
||||||
## WARNING: joystick support has to be explicitly enabled at
|
## WARNING: joystick support has to be explicitly enabled at
|
||||||
|
@ -65,4 +77,3 @@ JOY_BTN0 pause
|
||||||
JOY_BTN1 osd
|
JOY_BTN1 osd
|
||||||
JOY_BTN2 volume 1"},
|
JOY_BTN2 volume 1"},
|
||||||
JOY_BTN3 volume -1"},
|
JOY_BTN3 volume -1"},
|
||||||
f vo_fullscreen
|
|
||||||
|
|
Loading…
Reference in New Issue