From 2aaaca4299306b7a5bf62390c6028bc0a2c1ac73 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Thu, 29 Feb 2024 01:50:44 +0100 Subject: Updated README. --- tsalis/README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'tsalis') diff --git a/tsalis/README.md b/tsalis/README.md index 214e3b9..b5ac741 100644 --- a/tsalis/README.md +++ b/tsalis/README.md @@ -26,21 +26,21 @@ renamed (any name 10 characters or shorter) and reloaded as needed. |tsalis l*XX* |Loads simulation from file named *XX*. | ### Keyboard commands -|Key |Action | -|:--------------|------------------------------------------------------:| -|Left arrow |Previous page | -|Right arrow |Next page | -|wasd |Scroll (PROCESS and WORLD page) | -|W |Scroll to top (PROCESS and WORLD page) | -|A |Scroll to left (PROCESS page) | -|zx |Zoom in/out (WORLD page) | -|op |Select previous/next organism | -|g |Toggle data/gene view (PROCESS page) | -|c |Open console (pauses simulation) | -|Space |Run/pause simulation | -|jl |Select first/last organism | -|k |Go to selected organism (PROCESS and WORLD page) | -|Numbers (1-0) |Cycle simulation (1 = 1, 2 = 2, 3 = 4, 4 = 8, ...) | +|Key |Action | +|:--------------|--------------------------------------------------------------------------------------------:| +|Left arrow |Previous page | +|Right arrow |Next page | +|wasd |Scroll (PROCESS and WORLD page) | +|W |Scroll to top (PROCESS and WORLD page) | +|A |Scroll to left (PROCESS page) | +|zx |Zoom in/out (WORLD page) | +|op |Select previous/next organism | +|g |Toggle data/gene view (PROCESS page) | +|c |Open console (pauses simulation) | +|Space |Run/pause simulation | +|jl |Select first/last organism | +|k |Go to selected organism (PROCESS and WORLD page) | +|Numbers (1-0) |Cycle simulation 2^(n-1) steps (i.e. 1 = 1 step, 2 = 2 steps, 3 = 4 steps, 4 = 8 steps, ...) | ### Console commands The console opens up when 'c' is pressed. Commands, with their respective -- cgit v1.2.1