godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
90.46k stars 21.07k forks source link

Gridmap shortcuts not working #82003

Closed narredev closed 1 year ago

narredev commented 1 year ago

Godot version

4.1.1

System information

Windows 10

Issue description

I know you can use the ctrl+wheel to do it, but the Q and E shortcuts for changing floors or planes don't work, they get consumed by the Select Mode and Rotation tools. This shortcuts are shown in the top Gridmap button

This could be solved by going to the editor shortcut settings to change them, but to my surprise, there are no shortcut settings for the Gridmap

The W shortcut for resetting cursor rotation also gets consumed by the Move Tool, this one is pretty annoying as there is no alternative shortcut to my knowledge

The A, S, D ones work fine

This problem is also present in 4.0.3

Steps to reproduce

  1. Make a meshlib with a block
  2. Add it to a Gridmap
  3. Try using the Q and E shortcuts to change floors

Minimal reproduction project

gridmap-test.zip

AThousandShips commented 1 year ago

Thank you for reporting, closing as a duplicate of:

Has been fixed in 4.2, unsure about it being cheery picked for 4.1.2

narredev commented 1 year ago

oh my bad. I searched "gridmap" instead of "grid map" 🤦