Description
Description about the feature
The add-on functions correctly, but the small default display on macOS may lead to an underwhelming or confusing first impression. And some users may initially feel the interface is incomplete or hard to notice.
Currently, these defaults are set dynamically based on Blender’s UI style font size:
font_size = int(bpy.context.preferences.ui_styles[0].widget.points) # typically 11
mouse_size = int(bpy.context.preferences.ui_styles[0].widget.points * 3) # typically 33
While the current values may be fine on standard-resolution monitors, they appear much smaller on high-DPI screens—like Retina displays on modern MacBooks.
Adjusting the defaults based on the operating system would improve usability for macOS users and enhance visibility for first-time users during demonstrations.
Are you willing to contribute about this feature. (Yes/No)
Yes
Screenshots [Optional]
As shown in the screenshot, the default display on macOS is very small—possibly due to Retina screen scaling differences compared to Windows.
Additional comments [Optional]
I’ve been a Blender enthusiast since 2020 and have spent years learning from YouTube tutorials—many of which used this very add-on to display shortcuts. It's incredibly exciting to now contribute to a tool that helped me so much. This project not only supports the Blender community but also provides a great learning opportunity for students like me. Thank you for maintaining it and keeping it open!