Merge pull request #94745 from anniryynanen/shortcut-input-too

Update documentation for places to receive InputEventShortcut
This commit is contained in:
Rémi Verschelde 2024-07-28 17:46:35 +02:00
commit 1322fd3a87
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -4,7 +4,7 @@
Represents a triggered keyboard [Shortcut].
</brief_description>
<description>
InputEventShortcut is a special event that can be received in [method Node._unhandled_key_input]. It is typically sent by the editor's Command Palette to trigger actions, but can also be sent manually using [method Viewport.push_input].
InputEventShortcut is a special event that can be received in [method Node._input], [method Node._shortcut_input], and [method Node._unhandled_input]. It is typically sent by the editor's Command Palette to trigger actions, but can also be sent manually using [method Viewport.push_input].
</description>
<tutorials>
</tutorials>