How to change keybinds in Blender (4.1.1)

  1. Open Keymap Preferences: * Go to EditPreferencesKeymap.

  2. Add a New Shortcut: * Expand the 3D View section. * Expand 3D View (Global). * Click the + icon to add a new entry.

  3. Set the Operator: * In the Operator field, type: wm.call_menu * In the Name field (appears after selecting the operator), type:

    OBJECT_MT_Fred_Custom_Layer_Menu

  4. Assign a Key: * Click the key field (default is None) and press your desired key (e.g., F, Shift+F, or a number pad key). * Recommended: Use a key that doesn’t conflict with your usual workflow.

  5. Save: * Click Save Preferences again.