2023-09-07 09:56:16 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2024-02-25 10:26:26 +01:00
<class name= "InputEventShortCut" inherits= "InputEvent" version= "4.3" >
2023-09-07 09:56:16 +02:00
<brief_description >
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].
</description>
<tutorials >
</tutorials>
2023-09-10 08:42:24 +02:00
<methods >
</methods>
2023-09-07 09:56:16 +02:00
<members >
<member name= "shortcut" type= "ShortCut" setter= "set_shortcut" getter= "get_shortcut" >
The [ShortCut] represented by this event. Its [method ShortCut.matches_event] method will always return [code]true[/code] for this event.
</member>
</members>
2023-09-10 08:42:24 +02:00
<constants >
</constants>
</class>