mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-16 05:50:03 +02: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:
@@ -40,7 +40,7 @@ export const SHAPES = [
|
||||
</svg>
|
||||
),
|
||||
value: "ellipse",
|
||||
key: KEYS.E,
|
||||
key: KEYS.O,
|
||||
},
|
||||
{
|
||||
icon: (
|
||||
|
Reference in New Issue
Block a user