Skip to content

Commit 9792664

Browse files
committed
Godot addon: Fix shortcut not working
1 parent cf1c680 commit 9792664

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

addons/GDQuest_GDScript_formatter/plugin.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ func _exit_tree() -> void:
125125
menu = null
126126

127127

128-
func shortcut_input(event: InputEvent) -> void:
128+
func _shortcut_input(event: InputEvent) -> void:
129129
if not has_command(get_editor_setting(SETTING_FORMATTER_PATH)):
130130
return
131131
var shortcut := get_editor_setting(SETTING_SHORTCUT) as Shortcut

0 commit comments

Comments
 (0)