forked from mpvnet-player/mpv.net
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinput.conf
More file actions
46 lines (33 loc) · 809 Bytes
/
input.conf
File metadata and controls
46 lines (33 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Exemplo simples de input.conf
# Arquivo de atalhos do mpv/mpv.net
# Play/Pause
Space cycle pause
# Fullscreen
f cycle fullscreen
# Avançar e voltar vídeo
Right seek 2
Left seek -2
# Avançar e voltar mais rápido
Ctrl+Right seek 10
Ctrl+Left seek -10
# Volume
0 add volume 2
9 add volume -2
# Próximo arquivo
PGDWN playlist-next
# Arquivo anterior
PGUP playlist-prev
# Screenshot
s async screenshot
# Mostrar estatísticas
p script-binding stats/display-stats-toggle
# Mostrar progresso
t show-progress
# Mostrar menu de comandos
c script-message-to mpvnet show-commands
# Mostrar propriedades
P script-message-to mpvnet show-properties
# IMPORTANTE:
# Evite repetir a mesma tecla mais de uma vez.
# Quando uma tecla é definida várias vezes,
# apenas a última definição pode funcionar.