Post #1276: ![](https://blenderartists.org/user_avatar/blenderartists.org/leafar/48/661663_2

📋 Metadata

  • Author: roaoao
  • Date: 2018-03-24 11:24:08
  • Type: answer
  • Quality Score: 8/10
  • Reply to: post_01275

🏷️ Tags

sticky-key hotkeys configuration intermediate solved

  • Sticky Key Editor
  • Hotkey Configuration

💬 Content

Leafar:

Ok, but it is possible using a regular hotkey like the spacebar for example???

Yes, but not the spacebar. Spacebar is used to confirm 3d manipulator tool (translate, rotate, scale).
Use Sticky Key with this code:

On Press:

bpy.context.space_data.show_manipulator = True

On Release:

bpy.context.space_data.show_manipulator = False

🔗 View on Blender Artists