aboutsummaryrefslogtreecommitdiff
path: root/bin/README.md
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2024-02-29 02:29:14 +0100
committerPaul Oliver <contact@pauloliver.dev>2024-02-29 02:29:14 +0100
commitda015293b605f82399361f12cff367ebf70eaf69 (patch)
tree28efbb24001ca9f3d4daa3136bac5c2e073f52f4 /bin/README.md
parent8998e2eb104c0965b0c9f190705b70abc16b62d7 (diff)
User may now toggle IP color layer on/off.
[#12] Allowing to toggle the IP layer (white) can help the user better visualize of the underlying memory block structure.
Diffstat (limited to 'bin/README.md')
-rw-r--r--bin/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/README.md b/bin/README.md
index 059439d..6bb42a5 100644
--- a/bin/README.md
+++ b/bin/README.md
@@ -22,6 +22,7 @@ $ ./bin/salis.py load --file 16.sim
|`S` |Scroll to top (PROCESS and WORLD page) |
|`A` |Scroll to left (PROCESS page) |
|`zx` |Zoom in/out (WORLD page) |
+|`i` |Toggle IP view (WORLD page) |
|`op` |Select previous/next organism |
|`g` |Toggle data/gene view (PROCESS page) |
|`c` |Open console (pauses simulation) |