about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--Readme.md16
-rw-r--r--html/fake-console.pngbin0 -> 16928 bytes
-rw-r--r--html/fake-filesystem.pngbin0 -> 21909 bytes
-rw-r--r--html/fake-keyboard.pngbin0 -> 16455 bytes
4 files changed, 11 insertions, 5 deletions
diff --git a/Readme.md b/Readme.md
index e9c170f3..8cda946f 100644
--- a/Readme.md
+++ b/Readme.md
@@ -210,12 +210,18 @@ dots):
 
 Similarly you can fake the keyboard to pretend someone typed something:
 
-  ```
-  assume-keyboard [a2-a4]
-  ```
+<img alt='fake keyboard' src='html/fake-keyboard.png'>
+
+..or clicked somewhere:
+
+<img alt='fake console (keyboard, mouse, ..)' src='html/fake-console.png'>
+
+A fake file-system can map arbitrary paths to contents:
+
+<img alt='fake file-system' src='html/fake-filesystem.png'>
 
-As we add a file system, graphics, audio, network support and so on, we'll
-augment scenarios with corresponding abilities.
+As we add network support, graphics, audio, and so on, we'll augment scenarios
+with corresponding abilities.
 
 ---
 
diff --git a/html/fake-console.png b/html/fake-console.png
new file mode 100644
index 00000000..3f8a50b2
--- /dev/null
+++ b/html/fake-console.png
Binary files differdiff --git a/html/fake-filesystem.png b/html/fake-filesystem.png
new file mode 100644
index 00000000..b088265b
--- /dev/null
+++ b/html/fake-filesystem.png
Binary files differdiff --git a/html/fake-keyboard.png b/html/fake-keyboard.png
new file mode 100644
index 00000000..b3d7aad2
--- /dev/null
+++ b/html/fake-keyboard.png
Binary files differ