Post #2656: ![](https://blenderartists.org/user_avatar/blenderartists.org/michael_knubben/48

📋 Metadata

🏷️ Tags

stack-key hotkeys configuration intermediate solved

  • Stack Key Editor
  • Hotkey Configuration
  • Python Scripting

💬 Content

Michael_Knubben:

And clicking selects a mesh?

Selects if current tool is Select. Otherwise it does nothing.

You can fix this by adding a Stack Key with the same keymap (Object Mode), same hotkey (LMB), Press hotkey mode and this code in Command tab:

bpy.ops.view3d.select()

❤️ 1 likes


🔗 View on Blender Artists