mirror of https://github.com/mpv-player/mpv
DOCS/interface-changes: document renaming of MP_KEY_BACK
The navigation key is renamed to avoid conflict with MP_KEY_FORWARD.
This commit is contained in:
parent
79068baf43
commit
21bd301372
|
@ -33,6 +33,7 @@ Interface changes
|
||||||
- add the `--osd-bar-border-size` option
|
- add the `--osd-bar-border-size` option
|
||||||
- `--screenshot-avif-pixfmt` no longer defaults to yuv420p
|
- `--screenshot-avif-pixfmt` no longer defaults to yuv420p
|
||||||
- `--screenshot-avif-opts` defaults to lossless screenshot
|
- `--screenshot-avif-opts` defaults to lossless screenshot
|
||||||
|
- rename key `MP_KEY_BACK` to `MP_KEY_GO_BACK`
|
||||||
--- mpv 0.37.0 ---
|
--- mpv 0.37.0 ---
|
||||||
- `--save-position-on-quit` and its associated commands now store state files
|
- `--save-position-on-quit` and its associated commands now store state files
|
||||||
in %LOCALAPPDATA% instead of %APPDATA% directory by default on Windows.
|
in %LOCALAPPDATA% instead of %APPDATA% directory by default on Windows.
|
||||||
|
|
Loading…
Reference in New Issue