microbit-foundation / python-editor-v3

Micro:bit Educational Foundation Python Editor V3
https://python.microbit.org
MIT License
57 stars 36 forks source link

Can't tab out of the serial terminal #941

Closed microbit-robert closed 2 years ago

microbit-robert commented 2 years ago

There doesn't appear to be a way to tab out of the serial terminal forwards. This is more problematic in the simulator area where the user will want to tab forward to access the simulator sensors and controls.

Requires investigation, but we may need to implement a custom shortcut using Esc + Tab to exit the terminal. This would keep the shortcut consistent with CodeMirror.