自用mpv按鍵設(shè)置 - input.conf
# mpv input conf
#a和s鍵 - 切換音頻和字幕
a?? ?cycle audio
s?? ?cycle sub
# 確定鍵 - 全屏切換
Enter?? ??? ?cycle fullscreen
KP_ENTER?? ?cycle fullscreen
# 雙擊左鍵 - 全屏切換
MBTN_LEFT_DBL?? ?cycle fullscreen
# 滾輪上下滑動 - 調(diào)節(jié)音量
WHEEL_UP????? add volume 5
WHEEL_DOWN??? add volume -5
#上下方向鍵 - 調(diào)節(jié)音量
UP ?? ??? ?add volume 5
DOWN ?? ?add volume -5
# 左右方向鍵 - 跳躍
LEFT?? ?seek -2
RIGHT?? ?seek? 2
# 翻頁鍵 - 切換視頻
PGUP?? ?playlist-prev
PGDWN?? ?playlist-next
# 小鍵盤 - 字幕調(diào)節(jié)
KP1?? ?add sub-delay -0.1
KP3?? ?add sub-delay +0.1
KP8?? ?add sub-pos -1
KP2?? ?add sub-pos +1
KP4?? ?add sub-scale -0.1
KP6?? ?add sub-scale? 0.1
KP5?? ?set sub-delay 0; set sub-pos 100; set sub-scale 1.0
1?? ?set contrast 0; set brightness 0; set gamma 0; set saturation 0; set hue 0
# 小鍵盤 - 逐幀
KP7?? ?frame-back-step
KP9?? ?frame-step
# 組合鍵 - CTRL+v開關(guān)補幀
#CTRL+v vf toggle vapoursynth="~~/xxxxx.vpy"
# TAB鍵 - 顯示解碼簡要
TAB?? ?script-binding stats/display-stats-toggle
# 減號鍵 - 顯示播放列表
- script-binding playlistmanager/showplaylist
# 禁用的快捷鍵
0?? ?ignore
#1?? ?ignore
2?? ?ignore
3?? ?ignore
4?? ?ignore
5?? ?ignore
6?? ?ignore
7?? ?ignore
8?? ?ignore
9?? ?ignore
/?? ?ignore
*?? ?aignore
KP0?? ?ignore
#KP1?? ?ignore
#KP2?? ?ignore
#KP3?? ?ignore
#K04?? ?ignore
#KP5?? ?ignore
#KP6?? ?ignore
#KP7?? ?ignore
#KP8?? ?ignore
#KP9?? ?ignore