]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
multimedia: mpv: update input bindings
authorSimon Ruderich <simon@ruderich.org>
Sat, 1 Apr 2023 08:06:37 +0000 (10:06 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 1 Apr 2023 08:06:37 +0000 (10:06 +0200)
multimedia/mpv/input.conf

index bf52fc22f403a0caba3c97ccefc91d7ff80a06ea..b6dbd2b784558dd15683be571770717f2d98546c 100644 (file)
@@ -1,6 +1,6 @@
 # Mpv input binding file.
 
-# Copyright (C) 2014  Simon Ruderich
+# Copyright (C) 2014-2023  Simon Ruderich
 #
 # This file is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -17,7 +17,7 @@
 
 
 # First restore many useful mappings which were dropped in 0.5.0.
-o     osd                       # cycle through OSD modes
+o     no-osd cycle osd-level    # cycle through OSD modes
 RIGHT seek  10
 LEFT  seek -10
 PGUP  seek  600
@@ -26,6 +26,8 @@ PGDWN seek -600
 -     add audio-delay -0.100
 (     add balance -0.1          # change audio balance
 )     add balance  0.1
+# More dropped keybindings in 0.26.
+I show-text "${filename}"
 
 # "Legacy bindings (may or may not be removed in the future)". Bind them here
 # so they won't get removed.