The README documents a rich keyboard map, but in-app there is no way to discover it. Pressing ? should show a dismissable overlay listing the shortcuts, styled to the current theme.
Pointers:
- Toolbar/menu chrome lives in
packages/core/src/ui.js; theme tokens in quickdraw.css
- Key handling is in
packages/core/src/editor.js
- Overlay should be part of the UI layer so
hideUi hosts are unaffected
The README documents a rich keyboard map, but in-app there is no way to discover it. Pressing
?should show a dismissable overlay listing the shortcuts, styled to the current theme.Pointers:
packages/core/src/ui.js; theme tokens inquickdraw.csspackages/core/src/editor.jshideUihosts are unaffected