How to change keybinds in Blender (4.1.1)¶
Open Keymap Preferences: * Go to Edit → Preferences → Keymap.
Add a New Shortcut: * Expand the 3D View section. * Expand 3D View (Global). * Click the + icon to add a new entry.
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_MenuAssign 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.Save: * Click Save Preferences again.
Recommended Keybindings¶
These keybinding changes will dramatically speed up your Grease Pencil workflow. They are optional but highly recommended for use with The Violence Layer Manager.
Quick Reference¶
Key |
Action |
Purpose |
|---|---|---|
|
Sculpt lines in Draw Mode |
Nudge strokes without switching modes |
|
Sculpt radius |
Change sculpt brush size while nudging |
|
Trim lines |
Cut strokes in Draw Mode |
|
Switch to Draw Mode |
Return to drawing from any mode |
|
Switch to Erase Mode |
Quick erase toggle |
|
Switch to Sculpt Mode |
Quick sculpt toggle |
|
Switch to Fill Mode |
Quick fill toggle |
|
Fade Inactive Layers |
Toggle layer fading |
|
Apply Material |
Assign active material to selection |
Detailed Setup Instructions¶
Hold Alt to Nudge/Sculpt Lines in Draw Mode¶
Location: Grease Pencil → Grease Pencil Stroke Paint (Draw Brush)
Change the
Alt + Left Mouseshortcut togpencil.sculpt_paintThe “Wait for Input” box must be left unticked, but it can’t be greyed out. Tick then untick it to un-grey it.
Tip
Normally the F key changes your draw brush radius. Since The Violence Layer Manager
handles brush width automatically, you can repurpose F to change your sculpt radius
while holding Alt to nudge lines. This is much faster than switching to Sculpt Mode.
Press F to Change Sculpt Radius in Draw Mode¶
Location: Grease Pencil → Grease Pencil Stroke Paint Mode
Change the
Fshortcut towm.radial_controlChange Primary Data Path to:
tool_settings.gpencil_sculpt_paint.brush.sizeLeave everything else greyed out.
Hold Ctrl to Trim Lines in Draw Mode¶
Location: Grease Pencil → Grease Pencil Stroke Paint (Draw Brush)
Change the
Ctrl + Left Mouseshortcut togpencil.stroke_cutterTick “Flat Caps” to flatten the ends of cut lines
Repeat this keymap in Grease Pencil Stroke Paint (Erase) if you want trimming in Erase mode too
Warning
Set the Trimmer’s Threshold to something very low (like 0.001) or cuts may not be accurate.
Find this in Draw Mode → Scissors tool → Top left “Threshold” setting.
D Key to Switch to Draw Mode¶
Location: Grease Pencil → Grease Pencil Stroke Paint (Erase)
Create a new keymap, set key to
DSet command to
wm.tool_set_by_idand press EnterSet Identifier to
builtin_brush.Drawand press EnterLeave all other boxes greyed out
Repeat in these sections:
Grease Pencil Stroke Paint (Fill)
Grease Pencil Stroke Paint Vertex Mode
Also add in 3D View → Object Non-modal:
Command:
object.mode_setMode:
Draw Mode
Tip
Now pressing D will always return you to Draw Mode, whether you’re in Edit Mode,
Erase Tool, Fill Tool, Sculpt Mode, etc.
E Key to Switch to Erase Mode¶
Location: Grease Pencil → Grease Pencil Stroke Paint (Draw Brush)
Create a new keymap, set key to
ESet command to
wm.tool_set_by_idand press EnterSet Identifier to
builtin_brush.Eraseand press EnterLeave all other boxes greyed out
Repeat in these sections:
Grease Pencil Stroke Paint (Fill)
Grease Pencil Stroke Paint Vertex Mode
Note
In Edit Mode, E is reserved for Extruding vertices, so this only works in paint modes.
S Key to Switch to Sculpt Mode¶
Location: Grease Pencil → Grease Pencil Stroke Paint (Draw Brush)
Create a new keymap, set key to
SSet command to
object.mode_setand press EnterSet Mode to
Sculpt Modeand press EnterWarning
There may be multiple “Sculpt Mode” options. Hover your mouse to find the one that says “Sculpt Grease Pencil Strokes” — the others won’t work.
Leave all other boxes greyed out
Repeat in these sections:
Grease Pencil Stroke Paint (Erase)
Grease Pencil Stroke Paint (Fill)
X Key to Switch to Fill Mode¶
Location: Grease Pencil → Grease Pencil Stroke Paint (Draw Brush)
Create a new keymap, set key to
XSet command to
wm.tool_set_by_idand press EnterSet Identifier to
builtin_brush.Filland press EnterLeave all other boxes greyed out
Repeat in Grease Pencil Stroke Paint (Erase)
Note
In Edit Mode, X is reserved for Delete, so this only works in paint modes.
Ctrl-F to Toggle Fade Inactive Layers¶
Location: Keymaps → Window
Create a new keymap, set key to
Ctrl-FSet command to
wm.context_toggleand press EnterSet Context Attribute to:
space_data.overlay.use_gpencil_fade_layersLeave all other boxes greyed out
Tip
Adjust the Fade Inactive Layers slider in the top right (next to Show Overlays) to control how much the other layers fade. You must have a GP object selected for this icon to be visible!
Shift-A to Apply Material¶
Location: Grease Pencil → Grease Pencil Stroke Edit Mode
Create a new keymap, set key to
Shift-ASet command to
gpencil.stroke_change_colorand press EnterLeave all other boxes greyed out
Tip
This changes the material of selected vertices to your active material — very useful for quickly reassigning materials in Edit Mode.
Keybind Troubleshooting¶
The file won’t open? Ensure you are using Blender 4.1.1+.