(cherry picked from commit 38b51942d6d346d19dd5d4cd1073389caf0152fc)
@@ -1099,7 +1099,7 @@ bool InputEventAction::shortcut_match(const Ref<InputEvent> &p_event, bool p_exa
return false;
}
- return p_event->is_action(action);
+ return p_event->is_action(action, p_exact_match);
bool InputEventAction::is_action(const StringName &p_action) const {