diff --git a/src/Autoload/Global.gd b/src/Autoload/Global.gd index 6e2c8ab51..3ebcf8b8a 100644 --- a/src/Autoload/Global.gd +++ b/src/Autoload/Global.gd @@ -678,6 +678,9 @@ func use_osx_shortcuts() -> void: for action in inputmap.get_actions(): var event : InputEvent = inputmap.get_action_list(action)[0] + + if event.is_action("show_pixel_grid"): + event.shift = true if event.control: event.control = false