[mpv] Add key configuration

Added somewhat vim-like key configuration.
Added context-menu opened with menu key on keyboard.

Fixes #100
This commit is contained in:
Marty Oehme 2020-05-13 15:08:50 +02:00
parent 9c98605f98
commit dd61ca7aa9
No known key found for this signature in database
GPG key ID: 0CCB0526EFB9611A
2 changed files with 51 additions and 0 deletions

View file

@ -11,3 +11,5 @@ mpv is set up to hopefully strike a balance between high quality playback, strea
* playback position is *not* saved for every file by default, but can be used when quitting with shift-q (default mpv behavior)
* streaming video is optimized for a 1080p display, it will avoid qualities higher than that if possible
* default video is adjusted for playback during the day, in a normally lit room
* simple context menu (opened with `menu` key on keyboard) to load files, subtitles, chapters, and more
* newly defined keybindings, look in `input.conf` for their definitions