From 8bef0b04edd10fe15589ae97edee5af177c635e0 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Thu, 29 Feb 2024 02:29:14 +0100 Subject: Escape key now saves and exits. [#25] I've returned the Escape key functionality as it is needed to exit the simulator when in minimal mode. --- bin/README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/README.md') diff --git a/bin/README.md b/bin/README.md index 2ae4869..7340b8e 100644 --- a/bin/README.md +++ b/bin/README.md @@ -34,6 +34,7 @@ $ ./bin/salis.py load --file 16.sim |`M` |Toggle minimal mode | |Numbers `[1..0]` |Cycle simulation `2^((n-1) % 10)` steps | |Enter |Activate cursor (WORLD page) | +|Escape |Save and quit simulation | ### Console commands The console opens up when `c` is pressed. Commands, with their respective -- cgit v1.2.1