File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -18,22 +18,22 @@ Scripts that launch a dialog for opening files or URLs.
1818#### ` clipshot-subs `
1919
2020Screenshot the video (with subs) and copy it to the clipboard.
21- <br >Default key binding: ` c `
21+ <br >Default key binding: < kbd >c</ kbd >
2222
2323#### ` clipshot-video `
2424
2525Screenshot the video (w/o subs) and copy it to the clipboard.
26- <br >Default key binding: ` C `
26+ <br >Default key binding: < kbd >C</ kbd >
2727
2828#### ` clipshot-window `
2929
3030Screenshot the full window and copy it to the clipboard.
31- <br >Default key binding: ` Alt+c `
31+ <br >Default key binding: < kbd > Alt + c</ kbd >
3232
3333### [ discord.lua] ( discord.lua )
3434
3535Discord rich presence in a single script.
36- <br >Default key binding: ` D `
36+ <br >Default key binding: < kbd >D</ kbd >
3737
3838| | Windows | Linux | MacOS |
3939| :------------:| :---------:| :-------:| :-------:|
@@ -49,6 +49,6 @@ Miscellaneous simple functions.
4949#### ` show-time `
5050
5151Show the current time (` HH:MM ` ) on the OSD.
52- <br >Default key binding: ` Ctrl+t `
52+ <br >Default key binding: < kbd > Ctrl+t</ kbd >
5353
5454[ mpv ] : https://github.com/mpv-player/mpv
Original file line number Diff line number Diff line change @@ -8,17 +8,17 @@ All scripts provide the following functions:
88#### ` open-files `
99
1010Open one or more media files in mpv.
11- <br >Default key binding: ` Ctrl+f `
11+ <br >Default key binding: < kbd > Ctrl + f</ kbd >
1212
1313#### ` open-url `
1414
1515Open a URL in mpv.
16- <br >Default key binding: ` Ctrl+F `
16+ <br >Default key binding: < kbd > Ctrl + F</ kbd >
1717
1818#### ` open-subs `
1919
2020Open one or more subtitle files in mpv.
21- <br >Default key binding: ` Alt+f `
21+ <br >Default key binding: < kbd > Alt + f</ kbd >
2222
2323---
2424
You can’t perform that action at this time.
0 commit comments