-
|
Anyone know how to disable the keyboard shortcuts for Cyclops? The problem is that W is used as a shortcut and not sure what it does , it just unselctes the object i was editing. I use W for moving the viewport camera forward so it conflicts with godot. EDIT: i mean the A key, not W EDIT 2 : So when i select a box and then press the "A" key i get this on the console: tool_uv: on_mesh_changed |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Okay i found it, for anyone else who has this issue its in script tool_edit_face.gd LINE 377 Also in tool_edit_vertex.gd and tool_edit_edge.gd in their respective lines. Sorry but that key bind was messing up my work flow. Trying to make it feel more like the Valve Hammer Editor. |
Beta Was this translation helpful? Give feedback.
Okay i found it, for anyone else who has this issue its in script tool_edit_face.gd LINE 377
Also in tool_edit_vertex.gd and tool_edit_edge.gd in their respective lines.
Sorry but that key bind was messing up my work flow. Trying to make it feel more like the Valve Hammer Editor.