Post #3692: CC

📋 Metadata

🏷️ Tags

hotkeys configuration beginner solved

  • Hotkey Configuration
  • Pie Menu Editor
  • Python Scripting

💬 Content

CCurio:

I’ve been trying to ad the F9 key as a short cut and it doest seem to work for me I even tried to use the python code for it but I had no luck.

The Info window in the scripting tab doesn’t show any code when F9 is pressed any suggestions?

Try to use Screen keymap.

CCurio:

Oslo I’ve tried your code on your documentation (see just below) and it’s causing Blender 2.901 to crash I’m on a MAC not sure if that makes a difference.

L.box().label(text, icon=icon, icon_value=icon_value)

Please try this code instead:

L.box().label(text=text, icon=icon, icon_value=icon_value)

❤️ 2 likes


🔗 View on Blender Artists