excalidraw/src/actions
Aakansha Doshi 1cfb4dfd8b
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
2022-03-16 18:31:20 +05:30
..
actionAddToLibrary.ts feat: bind text to shapes when pressing enter and support sticky notes 🎉 (#4343) 2021-12-16 21:14:03 +05:30
actionAlign.tsx feat: support selecting multiple library items via shift (#4306) 2021-11-26 12:46:23 +01:00
actionCanvas.tsx feat: Map shortcut O to ellipse and Add eraser shortcut E (#4930) 2022-03-16 18:31:20 +05:30
actionClipboard.tsx fix: cmd/ctrl native browser behavior blocked in inputs (#4589) 2022-01-13 19:53:22 +01:00
actionDeleteSelected.tsx feat: bind text to shapes when pressing enter and support sticky notes 🎉 (#4343) 2021-12-16 21:14:03 +05:30
actionDistribute.tsx fix: paste styles shortcut (#4886) 2022-03-09 10:59:44 +01:00
actionDuplicateSelection.tsx feat: bind text to shapes when pressing enter and support sticky notes 🎉 (#4343) 2021-12-16 21:14:03 +05:30
actionExport.tsx feat: log FS abortError to console (#4279) 2021-11-19 10:54:23 +01:00
actionFinalize.tsx chore: bump Prettier to the latest (#4185) 2021-11-01 15:24:05 +02:00
actionFlip.ts feat: Scale font size when bound text containers resized with shift pressed (#4828) 2022-02-22 18:45:59 +05:30
actionGroup.tsx fix: don't select binded text when ungrouping (#4470) 2021-12-23 21:36:29 +05:30
actionHistory.tsx feat: support selecting multiple library items via shift (#4306) 2021-11-26 12:46:23 +01:00
actionMenu.tsx Refactor: convert initializeApp to func component and use JSX transform in the codebase (#4056) 2021-10-14 22:56:51 +05:30
actionNavigate.tsx Refactor: convert initializeApp to func component and use JSX transform in the codebase (#4056) 2021-10-14 22:56:51 +05:30
actionProperties.tsx feat: support vertical text align for bound containers (#4852) 2022-03-02 20:06:07 +05:30
actionSelectAll.ts feat: bind text to shapes when pressing enter and support sticky notes 🎉 (#4343) 2021-12-16 21:14:03 +05:30
actionStyles.test.tsx fix: paste styles shortcut (#4886) 2022-03-09 10:59:44 +01:00
actionStyles.ts fix: redraw text bounding box when pasting styles (#4845) 2022-02-25 15:36:56 +05:30
actionToggleGridMode.tsx fix: Rename 'Grid mode' to 'Show grid' (#2944) 2021-02-05 23:50:53 +02:00
actionToggleStats.tsx feat: Shortcut key for nerd stats (#3552) 2021-05-12 14:27:35 +05:30
actionToggleViewMode.tsx fix: deselect elements on viewMode toggle (#3741) 2021-06-16 19:01:16 +02:00
actionToggleZenMode.tsx fix: track zenmode and grid mode usage (#2900) 2021-02-02 20:57:22 +05:30
actionUnbindText.tsx feat: support unbinding bound text (#4686) 2022-02-01 20:11:24 +05:30
actionZindex.tsx refactor: Rename appearance to theme (#3237) 2021-03-13 18:58:06 +05:30
index.ts feat: support vertical text align for bound containers (#4852) 2022-03-02 20:06:07 +05:30
manager.tsx fix: paste styles shortcut (#4886) 2022-03-09 10:59:44 +01:00
register.ts fix: cmd/ctrl native browser behavior blocked in inputs (#4589) 2022-01-13 19:53:22 +01:00
shortcuts.ts chore: fix various typos (#4857) 2022-03-02 11:37:12 +05:30
types.ts feat: Add Eraser 🎉 (#4887) 2022-03-11 19:53:42 +05:30