feat: add magic wand tool with settings and controls, including UI integration and functionality
This commit is contained in:
@@ -11,6 +11,9 @@ const shortcuts: Shortcut[] = [
|
||||
{ keys: ["B"], label: "Brush" },
|
||||
{ keys: ["E"], label: "Eraser" },
|
||||
{ keys: ["K"], label: "Chroma key" },
|
||||
{ keys: ["W"], label: "Magic wand" },
|
||||
{ keys: ["⇧", "Click"], label: "Wand add" },
|
||||
{ keys: ["Alt", "Click"], label: "Wand subtract" },
|
||||
{ keys: ["P"], label: "Pan" },
|
||||
{ keys: ["Space"], label: "Hold to pan" },
|
||||
{ keys: ["L"], label: "Layers" },
|
||||
|
||||
Reference in New Issue
Block a user