-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinput.conf
30 lines (24 loc) · 1.97 KB
/
input.conf
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
# input.conf
# Mouse Button Actions
MOUSE_BTN0 cycle pause # Left click toggles pause/play
MBTN_MID no-osd seek +5 exact # Middle click (wheel button) seeks backward by 5 seconds
MBTN_LEFT_dbl cycle pause # Double left-click toggles pause/play
MBTN_RIGHT no-osd seek -5 exact # Right click seeks backward by 5 seconds
# Keyboard Actions for Seeking
RIGHT no-osd seek 5 exact # Right arrow key seeks forward by 5 seconds
LEFT no-osd seek -5 exact # Left arrow key seeks backward by 5 seconds
UP add volume 2.5 # Up arrow key increase volume by 2.5
DOWN add volume -2.5 # Down arrow key decrease volume by 2.5
Ctrl+RIGHT seek 60 exact # Pressing Ctrl + Right Arrow seeks forward by 60 seconds.
Ctrl+LEFT seek -60 exact # Pressing Ctrl + Left Arrow seeks backward by 60 seconds.
Shift+RIGHT frame-step # Pressing Shift + Right Arrow moves forward by one video frame.
Shift+LEFT frame-back-step #Pressing Shift + Left Arrow moves backward by one video frame.
# Miscellaneous Actions
Ctrl+q quit # Ctrl+Q quits the player
c cycle-values osc no yes # Pressing 'c' toggles the On-Screen Controller (OSC)
ENTER ignore # Enter key does nothing
ctrl+f script-binding selectformat/menu # Ctrl+F opens the format selection menu (use for youtube video to search)
a cycle audio # Cycles through available audio tracks in the video.
F4 cycle-values video-aspect-override "16:9" "4:3" "2.35:1" "-1" # Cycles through predefined aspect ratios for the video: 16:9, 4:3, 2.35:1, and -1 (original aspect ratio).
F script-binding quality_menu/video_formats_toggle # Toggles a custom menu to switch video formats (defined by the quality_menu script).
Alt+f script-binding quality_menu/audio_formats_toggle # Toggles a custom menu to switch audio formats (defined by the quality_menu script).