mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user