excalidraw/packages
Likilee 627f1dd036 feat: add keyboardEvent codes for shape selection
Add new keyboard shortcuts for shape selection by introducing 
`codes` for each shape in the `SHAPES` array. Update the shape 
finding logic to include a new function, `findShapeByCode`, 
which allows shape selection using both key and code events. 
This enhances user experience by providing more flexible 
input options for shape selection.
2025-03-31 18:59:53 +09:00
..
common fix: incorrect type imports (#9308) 2025-03-27 12:00:12 +01:00
element fix: incorrect type imports (#9308) 2025-03-27 12:00:12 +01:00
excalidraw feat: add keyboardEvent codes for shape selection 2025-03-31 18:59:53 +09:00
math fix: incorrect type imports (#9308) 2025-03-27 12:00:12 +01:00
utils fix: incorrect type imports (#9308) 2025-03-27 12:00:12 +01:00
eslintrc.base.json refactor: separate elements logic into a standalone package (#9285) 2025-03-26 15:24:59 +01:00
tsconfig.base.json fix: incorrect type imports (#9308) 2025-03-27 12:00:12 +01:00