Skip to content

Commit

Permalink
added instructions for finding Meta key on MacOS
Browse files Browse the repository at this point in the history
added link to macos-meta.md
  • Loading branch information
8alpreet committed Oct 31, 2024
1 parent e6773cc commit d2dcefb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions microbit/src/06-serial-communication/macos-meta.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Minicom on macOS

### Finding Your Command Key

```shell
$ # start minicom in setup mode
$ minicom -s
```
1. Select `Keyboard and Misc Functions`
2. Look at the first option `A - Command key is`
2 changes: 2 additions & 0 deletions microbit/src/06-serial-communication/nix-tooling.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,5 @@ Mac, the shortcuts start with the `Meta` key. Some useful commands below:
- `Ctrl+A` + `Q`. Quit with no reset

> **NOTE** Mac users: In the above commands, replace `Ctrl+A` with `Meta`.
[Can't find the Meta key?](macos-meta.md)

0 comments on commit d2dcefb

Please sign in to comment.