|
67 | 67 | #ZOOMIN add video-zoom 0.1 # zoom in
|
68 | 68 | #Alt+- add video-zoom -0.1 # zoom out
|
69 | 69 | #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 |
72 | 70 | #Ctrl+WHEEL_UP script-binding positioning/cursor-centric-zoom 0.1 # zoom in towards the cursor
|
73 | 71 | #Ctrl+WHEEL_DOWN script-binding positioning/cursor-centric-zoom -0.1 # zoom out towards the cursor
|
74 | 72 | #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
|
|
110 | 108 | #x add sub-delay +0.1 # delay subtitles by 100 ms
|
111 | 109 | #ctrl++ add audio-delay 0.100 # change audio/video sync by delaying the audio
|
112 | 110 | #ctrl+- add audio-delay -0.100 # change audio/video sync by shifting the audio earlier
|
113 |
| -#ctrl+KP_ADD add audio-delay 0.100 # change audio/video sync by delaying the audio |
114 |
| -#ctrl+KP_SUBTRACT add audio-delay -0.100 # change audio/video sync by shifting the audio earlier |
115 | 111 | #G add sub-scale +0.1 # increase the subtitle font size
|
116 | 112 | #F add sub-scale -0.1 # decrease the subtitle font size
|
117 | 113 | #9 add volume -2
|
118 | 114 | #/ add volume -2
|
119 |
| -#KP_DIVIDE add volume -2 |
120 | 115 | #0 add volume 2
|
121 | 116 | #* add volume 2
|
122 |
| -#KP_MULTIPLY add volume 2 |
123 | 117 | #m cycle mute # toggle mute
|
124 | 118 | #1 add contrast -1
|
125 | 119 | #2 add contrast 1
|
|
232 | 226 | #Ctrl+KP_UP add video-align-y -0.01 # align video up
|
233 | 227 | #Ctrl+KP_PGUP add video-align-x 0.01; add video-align-y -0.01 # align video right and up
|
234 | 228 |
|
| 229 | +# |
| 230 | +# Aliases for keypad keys |
| 231 | +# |
| 232 | +#KP_ADD keypress + |
| 233 | +#KP_BEGIN keypress BEGIN |
| 234 | +#KP_DEC keypress , |
| 235 | +#KP_DEL keypress DEL |
| 236 | +#KP_DIVIDE keypress / |
| 237 | +#KP_DOWN keypress DOWN |
| 238 | +#KP_END keypress END |
| 239 | +#KP_ENTER keypress ENTER |
| 240 | +#KP_HOME keypress HOME |
| 241 | +#KP_INS keypress INS |
| 242 | +#KP_LEFT keypress LEFT |
| 243 | +#KP_MULTIPLY keypress * |
| 244 | +#KP_PGDWN keypress PGDWN |
| 245 | +#KP_PGUP keypress PGUP |
| 246 | +#KP_RIGHT keypress RIGHT |
| 247 | +#KP_SUBTRACT keypress - |
| 248 | +#KP_UP keypress UP |
| 249 | + |
| 250 | +#Alt+KP_ADD keypress Alt++ |
| 251 | +#Alt+KP_SUBTRACT keypress Alt+- |
| 252 | +#Ctrl+KP_ADD keypress Ctrl++ |
| 253 | +#Ctrl+KP_SUBTRACT keypress Ctrl+- |
| 254 | +#Shift+KP_END keypress Shift+END |
| 255 | +#Shift+KP_HOME keypress Shift+HOME |
| 256 | +#Shift+KP_PGDWN keypress Shift+PGDWN |
| 257 | +#Shift+KP_PGUP keypress Shift+PGUP |
| 258 | + |
235 | 259 | #
|
236 | 260 | # Legacy bindings (may or may not be removed in the future)
|
237 | 261 | #
|
|
0 commit comments