summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes.rst
diff options
context:
space:
mode:
authornanahi <130121847+na-na-hi@users.noreply.github.com>2023-12-04 23:55:21 -0500
committersfan5 <sfan5@live.de>2023-12-06 11:07:37 +0100
commit21bd301372304c3b0c194999442d3c8b690d41c1 (patch)
treebdb656c8014c6bb6dff670d2654fd98fa9155c63 /DOCS/interface-changes.rst
parent79068baf43720028d239446a71d383a95e18a4ac (diff)
downloadmpv-21bd301372304c3b0c194999442d3c8b690d41c1.tar.bz2
mpv-21bd301372304c3b0c194999442d3c8b690d41c1.tar.xz
DOCS/interface-changes: document renaming of MP_KEY_BACK
The navigation key is renamed to avoid conflict with MP_KEY_FORWARD.
Diffstat (limited to 'DOCS/interface-changes.rst')
-rw-r--r--DOCS/interface-changes.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index e3982b8d00..18915d5078 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -33,6 +33,7 @@ Interface changes
- add the `--osd-bar-border-size` option
- `--screenshot-avif-pixfmt` no longer defaults to yuv420p
- `--screenshot-avif-opts` defaults to lossless screenshot
+ - rename key `MP_KEY_BACK` to `MP_KEY_GO_BACK`
--- mpv 0.37.0 ---
- `--save-position-on-quit` and its associated commands now store state files
in %LOCALAPPDATA% instead of %APPDATA% directory by default on Windows.