|
38 | 38 | # Mouse wheels, touchpad or other input devices that have axes |
39 | 39 | # if the input devices supports precise scrolling it will also scale the |
40 | 40 | # numeric value accordingly |
41 | | -#WHEEL_UP add volume 2 |
| 41 | +#WHEEL_UP add volume 2 |
42 | 42 | #WHEEL_DOWN add volume -2 |
43 | 43 | #WHEEL_LEFT seek -10 # seek 10 seconds backward |
44 | | -#WHEEL_RIGHT seek 10 # seek 10 seconds forward |
| 44 | +#WHEEL_RIGHT seek 10 # seek 10 seconds forward |
45 | 45 |
|
46 | 46 | ## Seek units are in seconds, but note that these are limited by keyframes |
47 | 47 | #RIGHT seek 5 # seek 5 seconds forward |
|
74 | 74 | #HOME seek 0 absolute # seek to the start |
75 | 75 | #PGUP add chapter 1 # seek to the next chapter |
76 | 76 | #PGDWN add chapter -1 # seek to the previous chapter |
77 | | -#Shift+PGUP seek 600 # seek 10 minutes forward |
| 77 | +#Shift+PGUP seek 600 # seek 10 minutes forward |
78 | 78 | #Shift+PGDWN seek -600 # seek 10 minutes backward |
79 | 79 | #[ multiply speed 1/1.1 # decrease the playback speed |
80 | 80 | #] multiply speed 1.1 # increase the playback speed |
81 | 81 | #{ multiply speed 0.5 # halve the playback speed |
82 | 82 | #} multiply speed 2.0 # double the playback speed |
83 | | -#BS set speed 1.0 # reset the speed to normal |
| 83 | +#BS set speed 1 # reset the speed to normal |
84 | 84 | #Shift+BS revert-seek # undo the previous (or marked) seek |
85 | 85 | #Shift+Ctrl+BS revert-seek mark # mark the position for revert-seek |
86 | 86 | #q quit |
|
105 | 105 | #? script-binding stats/display-page-4-toggle # toggle displaying key bindings |
106 | 106 | #` script-binding commands/open # open the console |
107 | 107 | #z add sub-delay -0.1 # shift subtitles 100 ms earlier |
108 | | -#Z add sub-delay +0.1 # delay subtitles by 100 ms |
109 | | -#x add sub-delay +0.1 # delay subtitles by 100 ms |
110 | | -#ctrl++ add audio-delay 0.100 # change audio/video sync by delaying the audio |
111 | | -#ctrl+- add audio-delay -0.100 # change audio/video sync by shifting the audio earlier |
112 | | -#ctrl+KP_ADD add audio-delay 0.100 # change audio/video sync by delaying the audio |
113 | | -#ctrl+KP_SUBTRACT add audio-delay -0.100 # change audio/video sync by shifting the audio earlier |
114 | | -#G add sub-scale +0.1 # increase the subtitle font size |
| 108 | +#Z add sub-delay 0.1 # delay subtitles by 100 ms |
| 109 | +#x add sub-delay 0.1 # delay subtitles by 100 ms |
| 110 | +#ctrl++ add audio-delay 0.1 # change audio/video sync by delaying the audio |
| 111 | +#ctrl+- add audio-delay -0.1 # change audio/video sync by shifting the audio earlier |
| 112 | +#ctrl+KP_ADD add audio-delay 0.1 # change audio/video sync by delaying the audio |
| 113 | +#ctrl+KP_SUBTRACT add audio-delay -0.1 # change audio/video sync by shifting the audio earlier |
| 114 | +#G add sub-scale 0.1 # increase the subtitle font size |
115 | 115 | #F add sub-scale -0.1 # decrease the subtitle font size |
116 | 116 | #9 add volume -2 |
117 | 117 | #/ add volume -2 |
118 | 118 | #KP_DIVIDE add volume -2 |
119 | | -#0 add volume 2 |
120 | | -#* add volume 2 |
| 119 | +#0 add volume 2 |
| 120 | +#* add volume 2 |
121 | 121 | #KP_MULTIPLY add volume 2 |
122 | 122 | #m cycle mute # toggle mute |
123 | 123 | #1 add contrast -1 |
|
129 | 129 | #7 add saturation -1 |
130 | 130 | #8 add saturation 1 |
131 | 131 | #Alt+0 set window-scale 0.5 # halve the window size |
132 | | -#Alt+1 set window-scale 1.0 # reset the window size |
133 | | -#Alt+2 set window-scale 2.0 # double the window size |
| 132 | +#Alt+1 set window-scale 1 # reset the window size |
| 133 | +#Alt+2 set window-scale 2 # double the window size |
134 | 134 | #b cycle deband # toggle the debanding filter |
135 | 135 | #d cycle deinterlace # cycle the deinterlacing filter |
136 | 136 | #r add sub-pos -1 # move subtitles up |
|
173 | 173 | #ctrl+w quit |
174 | 174 | #E cycle edition # switch edition |
175 | 175 | #l ab-loop # set/clear A-B loop points |
176 | | -#L cycle-values loop-file "inf" "no" # toggle infinite looping |
| 176 | +#L cycle-values loop-file inf no # toggle infinite looping |
177 | 177 | #ctrl+c quit 4 |
178 | 178 | #Ctrl+v loadfile ${clipboard/text} append-play; show-text '+ ${clipboard/text}' # append the copied path |
179 | 179 | #DEL script-binding osc/visibility # cycle OSC visibility between never, auto (mouse-move) and always |
180 | | -#ctrl+h cycle-values hwdec "no" "auto" # toggle hardware decoding |
| 180 | +#ctrl+h cycle-values hwdec no auto # toggle hardware decoding |
181 | 181 | #F8 show-text ${playlist} # show the playlist |
182 | 182 | #F9 show-text ${track-list} # show the list of video, audio and sub tracks |
183 | 183 | #g ignore |
|
0 commit comments