Skip to content

Commit abd6982

Browse files
docs: use <kbd> for key bindings [no ci]
1 parent 3086182 commit abd6982

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,22 @@ Scripts that launch a dialog for opening files or URLs.
1818
#### `clipshot-subs`
1919

2020
Screenshot 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

2525
Screenshot 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

3030
Screenshot 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

3535
Discord 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

5151
Show 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

open-dialog/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ All scripts provide the following functions:
88
#### `open-files`
99

1010
Open 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

1515
Open 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

2020
Open 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

0 commit comments

Comments
 (0)