diff options
author | Kartik Agaram <vc@akkartik.com> | 2021-04-26 09:42:05 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2021-04-26 09:42:05 -0700 |
commit | 865f37aa9c970905e6a3046e3d2d432cc68aea57 (patch) | |
tree | 3fc45bd9f820e4222254762a8cc0f991912235f0 | |
parent | 606c5681b7915eb929af5bdc99adf5d802c5583c (diff) | |
download | mu-865f37aa9c970905e6a3046e3d2d432cc68aea57.tar.gz |
.
-rw-r--r-- | shell/README.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/shell/README.md b/shell/README.md index 2c94018d..e2a38702 100644 --- a/shell/README.md +++ b/shell/README.md @@ -41,11 +41,11 @@ or: $ bochs -f bochsrc.2disks ``` -You can type in expressions, hit `ctrl-s` to see their results, and hit `Tab` -to focus on the `...` below and browse how the results were computed. [Here's -a demo.](https://archive.org/details/akkartik-2min-2021-02-24) The bottom of -the screen shows context-dependent keyboard shortcuts (there's no mouse in the -Mu computer at the moment). +You can type in expressions, hit `ctrl-s` to see their results, and hit +`ctrl-m` to focus on the `...` below and browse how the results were computed. +[Here's a demo.](https://archive.org/details/akkartik-2min-2021-02-24) The +bottom of the screen shows context-dependent keyboard shortcuts (there's no +mouse in the Mu computer at the moment). *Improvements* |