Skip to content

Commit

Permalink
Fix #29
Browse files Browse the repository at this point in the history
  • Loading branch information
vshymanskyy committed Sep 17, 2024
1 parent 1d3c730 commit c45d937
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/Features.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,18 @@
- Realtek RTL8721 with [`ambiot` port](https://github.com/ambiot/micropython/releases)


## Key bindings

| Key | Action |
|--- |--- |
| <kbd>Ctrl-/</kbd> | toggle line comment |
| <kbd>Ctrl-Alt-/</kbd> | comment line |
| <kbd>Ctrl-Alt-Shift-/</kbd> | uncomment line |
| <kbd>Ctrl-*</kbd> | toggle block comment |
| <kbd>Ctrl-S</kbd> | save file without running |
| <kbd>F5</kbd> | run file without saving |
| <kbd>F11</kbd> | toggle full screen |

## Limitations

- `WebUSB` and `WebBluetooth` require a Chrome-based browser like Edge, Opera, Chromium, Brave, etc.
Expand Down

0 comments on commit c45d937

Please sign in to comment.