diff options
-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* |