mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-15 10:15:03 +01:00
feat: Add shortcuts for stroke and background color picker (#3318)
* feat: Add shortcuts for opening stroke and background color picker * Use App.tsx keydown handler * only get selectedElements if applicable (perf) * fix tests and snaps * reuse `appState.openMenu` Co-authored-by: dwelle <luzar.david@gmail.com>
This commit is contained in:
@@ -44,6 +44,7 @@ export const KEYS = {
|
||||
A: "a",
|
||||
D: "d",
|
||||
E: "e",
|
||||
G: "g",
|
||||
L: "l",
|
||||
O: "o",
|
||||
P: "p",
|
||||
|
||||
Reference in New Issue
Block a user