From 92eeef023905f5b0afa1b6a0339f294a57cb5791 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anni=20Ryyn=C3=A4nen?= Date: Thu, 25 Jul 2024 20:31:17 +0300 Subject: [PATCH] InputEventShortcut can also be received in _shortcut_input --- doc/classes/InputEventShortcut.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/InputEventShortcut.xml b/doc/classes/InputEventShortcut.xml index 3c698fd4fb75..5bdc190d0ecc 100644 --- a/doc/classes/InputEventShortcut.xml +++ b/doc/classes/InputEventShortcut.xml @@ -4,7 +4,7 @@ Represents a triggered keyboard [Shortcut]. - 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._shortcut_input] and [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].