|
49 | 49 | #LEFT seek -5 # seek 5 seconds backward
|
50 | 50 | #UP seek 60 # seek 1 minute forward
|
51 | 51 | #DOWN seek -60 # seek 1 minute backward
|
| 52 | +#KP_RIGHT seek 5 # seek 5 seconds forward |
| 53 | +#KP_LEFT seek -5 # seek 5 seconds backward |
| 54 | +#KP_UP seek 60 # seek 1 minute forward |
| 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
|
|
67 | 71 | #ZOOMIN add video-zoom 0.1 # zoom in
|
68 | 72 | #Alt+- add video-zoom -0.1 # zoom out
|
69 | 73 | #ZOOMOUT add video-zoom -0.1 # zoom out
|
70 |
| -#Alt+KP_ADD add video-zoom 0.1 # zoom in |
71 |
| -#Alt+KP_SUBTRACT add video-zoom -0.1 # zoom out |
| 74 | +#Alt+KP_ADD add video-zoom 0.1 # zoom in |
| 75 | +#Alt+KP_SUBTRACT add video-zoom -0.1 # zoom out |
72 | 76 | #Ctrl+WHEEL_UP script-binding positioning/cursor-centric-zoom 0.1 # zoom in towards the cursor
|
73 | 77 | #Ctrl+WHEEL_DOWN script-binding positioning/cursor-centric-zoom -0.1 # zoom out towards the cursor
|
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
|
| 80 | +#KP_HOME seek 0 absolute # seek to the start |
76 | 81 | #PGUP add chapter 1 # seek to the next chapter
|
77 | 82 | #PGDWN add chapter -1 # seek to the previous chapter
|
| 83 | +#KP_PGUP add chapter 1 # seek to the next chapter |
| 84 | +#KP_PGDWN add chapter -1 # seek to the previous chapter |
78 | 85 | #Shift+PGUP seek 600 # seek 10 minutes forward
|
79 | 86 | #Shift+PGDWN seek -600 # seek 10 minutes backward
|
| 87 | +#Shift+KP_PGUP seek 600 # seek 10 minutes forward |
| 88 | +#Shift+KP_PGDWN seek -600 # seek 10 minutes backward |
80 | 89 | #[ multiply speed 1/1.1 # decrease the playback speed
|
81 | 90 | #] multiply speed 1.1 # increase the playback speed
|
82 | 91 | #{ multiply speed 0.5 # halve the playback speed
|
|
95 | 104 | #SPACE cycle pause # toggle pause/playback mode
|
96 | 105 | #> playlist-next # skip to the next file
|
97 | 106 | #ENTER playlist-next # skip to the next file
|
| 107 | +#KP_ENTER playlist-next # skip to the next file |
98 | 108 | #< playlist-prev # skip to the previous file
|
99 | 109 | #Shift+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_HOME no-osd set playlist-pos 0 # skip to the first file |
| 112 | +#Shift+KP_END no-osd set playlist-pos-1 ${playlist-count} # skip to the last file |
101 | 113 | #O no-osd cycle-values osd-level 3 1 # toggle displaying the OSD on user interaction or always
|
102 | 114 | #o show-progress # show playback progress
|
103 | 115 | #P show-progress # show playback progress
|
|
178 | 190 | #ctrl+c quit 4
|
179 | 191 | #Ctrl+v loadfile ${clipboard/text} append-play; show-text '+ ${clipboard/text}' # append the copied path
|
180 | 192 | #DEL script-binding osc/visibility # cycle OSC visibility between never, auto (mouse-move) and always
|
| 193 | +#KP_DEL script-binding osc/visibility # cycle OSC visibility between never, auto (mouse-move) and always |
181 | 194 | #ctrl+h cycle-values hwdec "no" "auto" # toggle hardware decoding
|
182 | 195 | #F8 show-text ${playlist} # show the playlist
|
183 | 196 | #F9 show-text ${track-list} # show the list of video, audio and sub tracks
|
|
0 commit comments