You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add global shortcuts to improve keyboard navigation (#10570)
* Add global shortcuts to improve keyboard navigation
Adds Ctrl/Cmd+B shortcut that shows a numbered navigation overlay.
Integrates with a pxt-microbit change that propagates global-nav actions from
the simulator (otherwise they don't take effect when the iframe has focus).
Co-authored-by: Grace <145345672+microbit-grace@users.noreply.github.com>
* Remove debug log
* RTL fixes for overlay
* Feeback: sim origin, remove useEffect, defined checks
* Pull up checkVisible polyfill so it's always available
* Move sim message handling to correct location
I've moved the key handling too as they share code.
Kept it gated on accessible blocks setting, though this isn't really necessary
if we're happy to enable more widely.
* Comment typo fix
* Use theme colors; fix high contrast z-index bug
* Fix missed theme color
Co-authored-by: Thomas Sparks <69657545+thsparks@users.noreply.github.com>
---------
Co-authored-by: Grace <145345672+microbit-grace@users.noreply.github.com>
Co-authored-by: Thomas Sparks <69657545+thsparks@users.noreply.github.com>
Co-authored-by: Richard Knoll <riknoll@users.noreply.github.com>
0 commit comments