This commit is contained in:
Tomas Sardyha
2020-05-01 11:17:17 +02:00
parent 23ebb99a7e
commit aed1835141
3 changed files with 13 additions and 2 deletions

View File

@@ -1,4 +1,13 @@
## 2.7.3 - 2020-Apr-30
## 2.8.0 - 2020-May-01
New:
- `{element}_font_scale` and `font_bold` options to tweak font sizes and weight.
- `window_controls` option to disable window controls even in no-border mode.
Changed:
- All commands that open menus now toggle the menu instead of always reopening them.
### 2.7.3 - 2020-Apr-30
Fixed:
- Crash when `volume` set to `none`.

View File

@@ -180,6 +180,8 @@ font_height_to_letter_width_ratio=0.5
chapter_ranges=^op| op$|opening<968638:0.5>.*, ^ed| ed$|^end|ending$<968638:0.5>.*|{eof}, sponsor start<3535a5:.5>sponsor end
```
**uosc** respects `osd-font` option, so to change the font you want it to use, you have to change `osd-font` in `mpv.conf`.
## Keybindings
The only keybinds **uosc** defines by default are menu navigation keys that are active only when one of the menus (context menu, load/select subtitles,...) is active. They are:

View File

@@ -1,6 +1,6 @@
--[[
uosc 2.7.3 - 2020-Apr-30 | https://github.com/darsain/uosc
uosc 2.8.0 - 2020-May-01 | https://github.com/darsain/uosc
Minimalist cursor proximity based UI for MPV player.