blob: de78dccac26d48cd0fb37eb82da6abdc0a0b98df (
plain)
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
|
# MBTN_LEFT script-binding visibility # Toggle progress bar
MBTN_LEFT_DBL cycle mute # Cycle mute
MBTN_MID cycle fullscreen # Cycle fullscreen
MBTN_RIGHT cycle pause # Toggle pause/playback mode
MBTN_BACK playlist-prev # Skip to the previous file
MBTN_FORWARD playlist-next # Skip to the next file
enter cycle fullscreen # Cycle fullscreen
right no-osd seek 1 exact; script-message-to misc show-position # Seek exactly 1 second forward
shift+right no-osd seek 30 exact; script-message-to misc show-position # Seek exactly 30 second forward
d no-osd seek 1 exact; script-message-to misc show-position # Seek exactly 1 second forward
ctrl+d no-osd seek 180 exact; script-message-to misc show-position # Seek exactly 180 second backward
shift+d no-osd seek 30 exact; script-message-to misc show-position # Seek exactly 30 second backward
alt+ctrl+d script-message-to delete_current_file delete-file # Delete file without confirmation
alt+shift+d script-message-to delete_current_file delete-file y "press 'y' to delete file" # Delete file
left no-osd seek -1 exact; script-message-to misc show-position # Seek exactly 1 second backward
shift+left no-osd seek -30 exact; script-message-to misc show-position # Seek exactly 30 second backward
a no-osd seek -1 exact; script-message-to misc show-position # Seek exactly 1 second backward
ctrl+a no-osd seek -180 exact; script-message-to misc show-position # Seek exactly 180 second backward
shift+a no-osd seek -30 exact; script-message-to misc show-position # Seek exactly 30 second backward
v script-binding showplaylist # Playlist in current path
shift+v script-binding navigator # Playlist in all path
alt+v vf toggle vflip # Flip vertically
c no-osd seek 15 exact; script-message-to misc show-position # Seek exactly 5 seconds forward
ctrl+c no-osd seek 300 exact; script-message-to misc show-position # Seek exactly 300 second backward
shift+c no-osd seek 60 exact; script-message-to misc show-position # Seek exactly 5 seconds forward
alt+c add video-zoom 0.1 # Zoom in
z no-osd seek -15 exact; script-message-to misc show-position # Seek exactly 5 seconds backward
ctrl+z no-osd seek -300 exact; script-message-to misc show-position # Seek exactly 300 second backward
shift+z no-osd seek -60 exact; script-message-to misc show-position # Seek exactly 5 seconds backward
alt+z add video-zoom -0.1 # Zoom out
q no-osd sub-seek -1 # Seek to the previous subtitle
ctrl+q add chapter -1 # Seek -chapters
shift+q cycle sub down # Switch subtitle track backwards
alt+q add audio-delay -0.100 # change audio/video sync by shifting the audio earlier
alt+shift+q add audio-delay -1.000 # change audio/video sync by shifting the audio earlier
e no-osd sub-seek 1 # Seek to the next subtitle
ctrl+e add chapter 1 # Seek +chapters
shift+e cycle sub # Switch subtitle track
alt+e add audio-delay 0.100 # change audio/video sync by delaying the audio
alt+shift+e add audio-delay 1.000 # change audio/video sync by delaying the audio
space cycle pause # Toggle pause/playback mode
s cycle pause # Toggle pause/playback mode
ctrl+PRINT script-binding crop-screenshot # Crop screenshot
ctrl+l script-message-to misc cycle-known-tracks audio # Loop auidio
shift+l no-osd seek 30 exact; script-message-to misc show-position # Seek exactly 1 second forward
shift+h no-osd seek -30 exact; script-message-to misc show-position # Seek exactly 1 second backward
alt+h vf toggle hflip # Flip horizontally
shift+k no-osd seek 300 exact; script-message-to misc show-position # Seek exactly 5 seconds forward
shift+j no-osd seek -300 exact; script-message-to misc show-position # Seek exactly 5 seconds backward
x playlist-next # Skip to the next file
> playlist-next # Skip to the next file
w playlist-prev # Skip to the previous file
< playlist-prev # Skip to the previous file
WHEEL_DOWN add volume -5 # Volume 5 down
down add volume -5 # Volume 5 down
f add volume -5 # Volume 5 down
WHEEL_UP add volume 5 # Volume 5 up
up add volume 5 # Volume 5 up
r add volume 5 # Volume 5 up
ctrl+r script-binding reload/reload # Reload
shift+r script-binding rename-file # Rename file
alt+r script-binding history/history-resume # Resume history
alt+shift+r script-binding history/play-recent # Play recent in history
b cycle fullscreen # Toggle fullscreen
shift+b script-message-to misc quick-bookmark # Bookmarks
ctrl+t script-binding generate-thumbnails # Thumbnails
alt+h script-message cycle_video_rotate -90 # Rotate -90
alt+l script-message cycle_video_rotate 90 # Rotate 90
g script-message contact-sheet-close; script-message playlist-view-toggle # Toggle gallery
i script-message-to misc print-media-info # Toggle video info
n set volume 50 # Set volume 50
shift+n set speed 1.0 # Set normal speed 1.0
m cycle mute # Toggle mute
shift+m set speed 1.2 # Set default speed 1.2
ctrl+m set volume 100 # Set volume 100
shift+, multiply speed 1/1.1 # Speed down around .1
shift+. multiply speed 1.1 # Speed up around .1
F1 script-message-to command_palette show-command-palette "Command Palette" # Command Palette
F2 script-message-to command_palette show-command-palette "Bindings" # Show bindings
shift+F2 script-binding mdmenu/bindings # Binding list
F3 script-message-to command_palette show-command-palette "Commands" # Show commands
F4 script-message-to command_palette show-command-palette "Properties" # Show properties
F5 script-message-to command_palette show-command-palette "Options" # Show options
F6 script-message-to command_palette show-command-palette "Chapters" # Show chapters
shift+F6 script-binding mdmenu/chapters # Chapter list
F7 script-message-to command_palette show-command-palette "Playlist" # Show playlist
shift+F7 script-binding mdmenu/playlist # Playlist
F8 script-message-to command_palette show-command-palette "Video Tracks" # Show video tracks
shift+F8 script-binding mdmenu/tracklist # Track list
F9 script-message-to command_palette show-command-palette "Subtitle Tracks" # Show subtitle tracks
F10 script-message-to command_palette show-command-palette "Profiles" # Show profiles
F11 script-message-to command_palette show-command-palette "Audio Tracks" # Show audio tracks
F12 script-message-to command_palette show-command-palette "Audio Devices" # Show audio devices
ctrl+f script-message-to subtitle_search start-search # Search subtitle
ctrl+shift+f script-message-to subtitle_search show-all-lines # Search all lines of subtitle
shift+s script-message-to misc cycle-known-tracks audio # Cycle audio tracks
ctrl+s script-message-to misc cycle-known-tracks sub up # Cycle subtitle track up
ctrl+shift+s script-message-to misc cycle-known-tracks sub down # Cycle subtitle track down
/ script-binding yt # Search yt
? script-binding youtube-search # Search Youtube video
TAB script-binding visibility # Toggle progress bar
1 seek 10 absolute-percent # Seek 10% of a video
2 seek 20 absolute-percent # Seek 20% of a video
3 seek 30 absolute-percent # Seek 30% of a video
4 seek 40 absolute-percent # Seek 40% of a video
5 seek 50 absolute-percent # Seek 50% of a video
6 seek 60 absolute-percent # Seek 60% of a video
7 seek 70 absolute-percent # Seek 70% of a video
8 seek 80 absolute-percent # Seek 80% of a video
9 seek 90 absolute-percent # Seek 90% of a video
( seek 99 absolute-percent # Seek 99% of a video
0 seek 0 absolute-percent # Seek 0% of a video
) seek 99.9 absolute-percent # Seek 99.9% of a video
alt+1 set current-window-scale 0.5 # Halve the window size
alt+2 set current-window-scale 1.0 # Reset the window size
alt+3 set current-window-scale 2.0 # Double the window size
- add video-zoom -0.1 # Zoom out
= set video-zoom 0 # Zoom reset
+ add video-zoom 0.1 # Zoom in
[ script-binding UndoRedo/undo # Jump to previous position
{ script-binding UndoRedo/undoCaps # Jump to previous position
] script-binding UndoRedo/redo # Jump to undo position
} script-binding UndoRedo/redoCaps # Jump to undo position
|