Skip to content

Commit d2dcefb

Browse files
committed
added instructions for finding Meta key on MacOS
added link to macos-meta.md
1 parent e6773cc commit d2dcefb

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Minicom on macOS
2+
3+
### Finding Your Command Key
4+
5+
```shell
6+
$ # start minicom in setup mode
7+
$ minicom -s
8+
```
9+
1. Select `Keyboard and Misc Functions`
10+
2. Look at the first option `A - Command key is`

microbit/src/06-serial-communication/nix-tooling.md

+2
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,5 @@ Mac, the shortcuts start with the `Meta` key. Some useful commands below:
9191
- `Ctrl+A` + `Q`. Quit with no reset
9292

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

0 commit comments

Comments
 (0)