feat: add shortcuts display

This commit is contained in:
syntaxbullet
2026-07-03 23:44:24 +02:00
parent cbd4eb5e9b
commit e5c7f09cea
4 changed files with 108 additions and 3 deletions

View File

@@ -6,6 +6,7 @@ export {
export type { CommandKeybind, GlobalKeybindConsumer, Keybind, KeybindEvent, KeybindMap } from "./keyboard";
export { handleKeybind, keybindFromEvent } from "./keyboard";
export { handleHistoryKey } from "./history";
export { handleToolKey } from "./tool-keybinds";
export { findGroup, findLayerInfoInDocument, handleDeleteSelectionKey, resolveLayerDrop } from "./layers-panel";
export type { LayerDropTarget, LayerInfo } from "./layers-panel";
export { handleArtboardSelection } from "./selection";