mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +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:
@@ -880,7 +880,7 @@
|
||||
Implemented on all platforms.
|
||||
</constant>
|
||||
<constant name="NOTIFICATION_WM_QUIT_REQUEST" value="1006">
|
||||
Notification received from the OS when a quit request is sent (e.g. closing the window with a "Close" button or Alt+F4).
|
||||
Notification received from the OS when a quit request is sent (e.g. closing the window with a "Close" button or [kbd]Alt + F4[/kbd]).
|
||||
Implemented on desktop platforms.
|
||||
</constant>
|
||||
<constant name="NOTIFICATION_WM_GO_BACK_REQUEST" value="1007">
|
||||
|
||||
Reference in New Issue
Block a user