Last active
December 31, 2015 07:58
-
-
Save ChrisK2/7957079 to your computer and use it in GitHub Desktop.
test with:
--input-conf=newinput.conf --no-input-default-bindings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### UI controls | |
q quit | |
Q quit_watch_later | |
t show_text ${track-list} | |
i show_text "Title: ${media-title}\nFilename: ${filename}" | |
p show_progress | |
P osd | |
f cycle fullscreen | |
F cycle ontop | |
g screenshot window | |
G screenshot video | |
ESC set fullscreen no | |
### Playback controls | |
SPACE cycle pause | |
BS revert_seek | |
ENTER set speed 1 | |
, multiply speed 10/9 | |
. multiply speed 9/10 | |
LEFT seek -10 | |
RIGHT seek 10 | |
Shift+LEFT seek -5 relative exact | |
Shift+RIGHT seek 5 relative exact | |
UP seek 30 | |
DOWN seek -30 | |
Shift+UP seek 600 | |
Shift+DOWN seek -600 | |
HOME playlist_next | |
END playlist_prev | |
Shift+HOME sub_seek -1 | |
Shift+END sub_seek 1 | |
PGUP add chapter 1 | |
PGDWN add chapter -1 | |
Shift+PGUP frame_step | |
Shift+PGDWN frame_back_step | |
### Track controls | |
a cycle aid | |
A cycle aid down | |
s cycle sid | |
S cycle sid down | |
x cycle edition | |
X cycle edition down | |
c cycle angle | |
C cycle angle down | |
v cycle vid | |
V cycle vid down | |
### Video controls | |
d cycle deinterlace | |
e add panscan -1 | |
r add panscan 1 | |
E add gamma -1 | |
R add gamma 1 | |
### Audio controls | |
m cycle mute | |
k add volume -10 | |
l add volume 10 | |
K add audio-delay -0.05 | |
L add audio-delay 0.05 | |
### Subtitle controls | |
h cycle sub-forced-only | |
j cycle sub-visibility | |
H add sub-delay -0.05 | |
J add sub-delay 0.05 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment