From b4c0b12542c1f1a1e141ed0c8db2f6165af06e0f Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 18 May 2021 10:25:37 -0700 Subject: [PATCH] . --- hest-life.mu | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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