This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## MPV Keyboard Shortcut to match VLC | |
## Path: [Installation Directory of MPV]/mpv/ | |
## ================== | |
UP add volume 5 # ignore keybinds for | |
DOWN add volume -5 # directional keys | |
LEFT seek -10 | |
RIGHT seek 10 | |
SPACE cycle pause # toggle pause |