|
46 | 46 |
|
47 | 47 | ## Seek units are in seconds, but note that these are limited by keyframes
|
48 | 48 | #RIGHT seek 5 # seek 5 seconds forward
|
| 49 | +#KP_RIGHT seek 5 # seek 5 seconds forward |
49 | 50 | #LEFT seek -5 # seek 5 seconds backward
|
| 51 | +#KP_LEFT seek -5 # seek 5 seconds backward |
50 | 52 | #UP seek 60 # seek 1 minute forward
|
| 53 | +#KP_UP seek 60 # seek 1 minute forward |
51 | 54 | #DOWN seek -60 # seek 1 minute backward
|
| 55 | +#KP_DOWN seek -60 # seek 1 minute backward |
52 | 56 | # Do smaller, always exact (non-keyframe-limited), seeks with shift.
|
53 | 57 | # Don't show them on the OSD (no-osd).
|
54 | 58 | #Shift+RIGHT no-osd seek 1 exact # seek exactly 1 second forward
|
|
74 | 78 | #Alt+BS set video-zoom 0; no-osd set panscan 0; no-osd set video-pan-x 0; no-osd set video-pan-y 0; no-osd set video-align-x 0; no-osd set video-align-y 0 # reset zoom and pan settings
|
75 | 79 | #HOME seek 0 absolute # seek to the start
|
76 | 80 | #PGUP add chapter 1 # seek to the next chapter
|
| 81 | +#KP_PGUP add chapter 1 # seek to the next chapter |
77 | 82 | #PGDWN add chapter -1 # seek to the previous chapter
|
| 83 | +#KP_PGDWN add chapter -1 # seek to the previous chapter |
78 | 84 | #Shift+PGUP seek 600 # seek 10 minutes forward
|
| 85 | +#Shift+KP_PGUP seek 600 # seek 10 minutes forward |
79 | 86 | #Shift+PGDWN seek -600 # seek 10 minutes backward
|
| 87 | +#Shift+KP_PGDWN seek -600 # seek 10 minutes backward |
80 | 88 | #[ multiply speed 1/1.1 # decrease the playback speed
|
81 | 89 | #] multiply speed 1.1 # increase the playback speed
|
82 | 90 | #{ multiply speed 0.5 # halve the playback speed
|
|
95 | 103 | #SPACE cycle pause # toggle pause/playback mode
|
96 | 104 | #> playlist-next # skip to the next file
|
97 | 105 | #ENTER playlist-next # skip to the next file
|
| 106 | +#KP_ENTER playlist-next # skip to the next file |
98 | 107 | #< playlist-prev # skip to the previous file
|
99 | 108 | #Shift+HOME no-osd set playlist-pos 0 # skip to the first file
|
| 109 | +#Shift+KP_HOME no-osd set playlist-pos 0 # skip to the first file |
100 | 110 | #Shift+END no-osd set playlist-pos-1 ${playlist-count} # skip to the last file
|
| 111 | +#Shift+KP_END no-osd set playlist-pos-1 ${playlist-count} # skip to the last file |
101 | 112 | #O no-osd cycle-values osd-level 3 1 # toggle displaying the OSD on user interaction or always
|
102 | 113 | #o show-progress # show playback progress
|
103 | 114 | #P show-progress # show playback progress
|
|
178 | 189 | #ctrl+c quit 4
|
179 | 190 | #Ctrl+v loadfile ${clipboard/text} append-play; show-text '+ ${clipboard/text}' # append the copied path
|
180 | 191 | #DEL script-binding osc/visibility # cycle OSC visibility between never, auto (mouse-move) and always
|
| 192 | +#KP_DEL script-binding osc/visibility # cycle OSC visibility between never, auto (mouse-move) and always |
181 | 193 | #ctrl+h cycle-values hwdec "no" "auto" # toggle hardware decoding
|
182 | 194 | #F8 show-text ${playlist} # show the playlist
|
183 | 195 | #F9 show-text ${track-list} # show the list of video, audio and sub tracks
|
|
0 commit comments