Add shorcut for Gizmo Transform Orientation?

I would like to swap between Scene/Default mode and Normal mode with two keys, is there a way to do this? Thanks!

fsdsd

The functionality of the location is the same, and the Hot Key for using it is < .

Oh okay, so with with ‘,’ and a number you can select which option.

It is not quite like C4D where you can toggle between world and normal pressing only one key but this will do.

Nice! Thanks!

Extended answer - you can do this, if you’re willing to write an addon with python. Basically you’ll want a function that sets Default, and a second one that sets Normal. Then hotkey that addon to cycle between the two.

Alternatively, you can register a frequently used menu and use it with one Q key. :slightly_smiling_face: