diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-05-18 10:25:37 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-05-18 10:25:37 -0700 |
commit | b4c0b12542c1f1a1e141ed0c8db2f6165af06e0f (patch) | |
tree | 211840bb5a5a8f8181b147bf694147983f081a75 | |
parent | fd57c48c60851cd39a7105e3805c57d78cf2ea98 (diff) | |
download | mu-b4c0b12542c1f1a1e141ed0c8db2f6165af06e0f.tar.gz |
.
-rw-r--r-- | hest-life.mu | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/hest-life.mu b/hest-life.mu index 2cefd9bf..e2e4ca64 100644 --- a/hest-life.mu +++ b/hest-life.mu @@ -3,7 +3,7 @@ # https://ivanish.ca/hest-podcast # # To build: -# $ ./translate life.mu +# $ ./translate hest-life.mu # I run it on my 2.5GHz Linux laptop like this: # $ qemu-system-i386 -enable-kvm code.img # @@ -11,6 +11,14 @@ # in the function `linger` at the bottom. Its value will depend on how you # accelerate Qemu. Mu will eventually get a clock to obviate the need for this # tuning. +# +# Keyboard shortcuts: +# space: pause/resume +# 0: restart time +# l: start looping from 0 to curren time +# L: stop looping +# +: zoom in +# -: zoom out fn main screen: (addr screen), keyboard: (addr keyboard), data-disk: (addr disk) { var env-storage: environment |