Skip to content

Commit 222e60f

Browse files
Update README
1 parent 9937fef commit 222e60f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ Recently played menu for mpv integrated with uosc.
44

55
## Getting started
66

7-
[tomasklaen/uosc](https://github.com/tomasklaen/uosc) is required.
7+
**[tomasklaen/uosc](https://github.com/tomasklaen/uosc) is required.**
88

99
[Menu](https://github.com/tomasklaen/uosc#adding-items-to-menu) - add following to `input.conf`.
1010

1111
```ini
12-
# script-binding recentmenu/open #! Recently played
12+
KEY script-binding recentmenu/open #! Recently played
1313
```
1414

1515
[Controls](https://github.com/tomasklaen/uosc#set-prop-value) - add following to `uosc.conf#controls`.
@@ -18,6 +18,12 @@ Recently played menu for mpv integrated with uosc.
1818
command:history:script-message-to recentmenu open?Recently played
1919
```
2020

21+
Play most recent one.
22+
23+
```ini
24+
KEY script-binding recentmenu/last
25+
```
26+
2127
## Options
2228

2329
```ini

0 commit comments

Comments
 (0)