Add a [kbd] tag for highlighting keyboard shortcuts in the editor help

This allows backporting documentation from the `master` branch more easily,
as it already features the `[kbd]` tag.

Co-authored-by: Yuri Sizov <11782833+YuriSizov@users.noreply.github.com>
This commit is contained in:
Hugo Locurcio
2022-08-25 19:51:43 +02:00
parent 03940b77a2
commit ed380cc0fa
13 changed files with 59 additions and 37 deletions

View File

@@ -208,7 +208,7 @@
</signal>
<signal name="copy_nodes_request">
<description>
Emitted when the user presses [code]Ctrl + C[/code].
Emitted when the user presses [kbd]Ctrl + C[/kbd].
</description>
</signal>
<signal name="delete_nodes_request">
@@ -244,7 +244,7 @@
</signal>
<signal name="paste_nodes_request">
<description>
Emitted when the user presses [code]Ctrl + V[/code].
Emitted when the user presses [kbd]Ctrl + V[/kbd].
</description>
</signal>
<signal name="popup_request">