diff options
author | Timotej Lazar <timotej.lazar@araneo.si> | 2016-07-14 20:04:59 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2016-07-14 22:37:42 +0200 |
commit | 91a1b17104e6417cb2c77c838c85fabcff9e7d11 (patch) | |
tree | d6aa52db710cc28d246b94c66b18c6c9172fcd98 /etc/restore-old-bindings.conf | |
parent | 6e45e1de7778fab39e478f4e05008eb96bbec523 (diff) | |
download | mpv-91a1b17104e6417cb2c77c838c85fabcff9e7d11.tar.bz2 mpv-91a1b17104e6417cb2c77c838c85fabcff9e7d11.tar.xz |
Use - as command-name separator everywhere
Old-style commands using _ as separator (e.g. show_progress) were still
used in some places, including documentation and configuration files.
This commit updates all such instances to the new style (show-progress)
so that commands are easier to find in the manual.
Diffstat (limited to 'etc/restore-old-bindings.conf')
-rw-r--r-- | etc/restore-old-bindings.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/restore-old-bindings.conf b/etc/restore-old-bindings.conf index e8499b5ec1..aab0c9f4bc 100644 --- a/etc/restore-old-bindings.conf +++ b/etc/restore-old-bindings.conf @@ -17,7 +17,7 @@ d cycle framedrop # changed in mpv 0.7.0 -ENTER playlist_next force +ENTER playlist-next force # changed in mpv 0.6.0 @@ -38,4 +38,4 @@ TAB cycle program A cycle angle U stop o osd -I show_text "${filename}" +I show-text "${filename}" |