Post #3692:
CC
📋 Metadata
- Author: roaoao
- Date: 2020-11-21 13:00:33
- Type:
answer - Quality Score: 7/10
- Reply to: post_03686
- Replies (2): post_03699, post_03701
🏷️ Tags
hotkeys configuration beginner solved
⚙️ Related PME Features
- 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