Skip to content

Commit

Permalink
Merge pull request #94745 from anniryynanen/shortcut-input-too
Browse files Browse the repository at this point in the history
Update documentation for places to receive InputEventShortcut
  • Loading branch information
akien-mga committed Jul 28, 2024
2 parents 1d8373a + a56391b commit 1322fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/classes/InputEventShortcut.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 1322fd3

Please sign in to comment.