mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: Map shortcut O to ellipse and Add eraser shortcut E (#4930)
* feat: Add erase shortcut Shift+E * map o to ellipse and E to Eraser * fix tests * use key * move eraser to tools and rename shape to tools
This commit is contained in:
parent
fb32886355
commit
1cfb4dfd8b
6 changed files with 182 additions and 177 deletions
|
@ -40,7 +40,7 @@ export const SHAPES = [
|
|||
</svg>
|
||||
),
|
||||
value: "ellipse",
|
||||
key: KEYS.E,
|
||||
key: KEYS.O,
|
||||
},
|
||||
{
|
||||
icon: (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue