summaryrefslogtreecommitdiffstats
path: root/doc/classes/InputEventShortcut.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/InputEventShortcut.xml')
-rw-r--r--doc/classes/InputEventShortcut.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/InputEventShortcut.xml b/doc/classes/InputEventShortcut.xml
index 120c9d8703..4141888d2c 100644
--- a/doc/classes/InputEventShortcut.xml
+++ b/doc/classes/InputEventShortcut.xml
@@ -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_unhandled_input].
+ 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].
</description>
<tutorials>
</tutorials>