blackears / cyclopsLevelBuilder

A Godot plugin to let you block in levels inside the Godot editor.
MIT License
1.09k stars 44 forks source link

Godot fast camera movement interferes with Duplicate hotkey #34

Closed Luffaren10 closed 1 year ago

Luffaren10 commented 1 year ago

As I'm holding right-click and using WASD to fly around with the camera in Godot, pressing the Shift key to fly faster runs the "Duplicate" hotkey unintentionally, causing all sorts of jank where things get stuck, and i need to press Esc, clear the selection and finally remove the duplicated mesh in order to get back to track.

Could this hotkey be disabled, alternatively having it changed to something different which doesn't collide with the default Godot-editor controls?

blackears commented 1 year ago

The hotkey now checks to see if the right mouse button is being held and disables duplication in that case.