自用mpv按键设置 - 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
# 滚轮上下滑动 - 调节音量
WHEEL_UP add volume 5
WHEEL_DOWN add volume -5
#上下方向键 - 调节音量
UP add volume 5
DOWN add volume -5
# 左右方向键 - 跳跃
LEFT seek -2
RIGHT seek 2
# 翻页键 - 切换视频
PGUP playlist-prev
PGDWN playlist-next
# 小键盘 - 字幕调节
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开关补帧
#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