diff --git a/index.html b/index.html
index d680311..bbc5646 100644
--- a/index.html
+++ b/index.html
@@ -442,8 +442,8 @@
- This is an emulator for the
BBC Micro
- Model B, a popular home computer in the UK in the 1980s.
+ This is an emulator for the
BBC Micro, a popular
+ home computer in the UK in the 1980s. It emulates the BBC B & Master version of the computer.
The default disc image is Elite - a pioneering 3D space trading game. To boot discs on the BBC, one would
@@ -478,15 +478,33 @@
Handy key mappings
* :
|
-
TODO |
-
TODO |
+
+ " '
+ |
+
+ " '
+ |
+
+
+
+ CAPS LOCK
+ |
+ CAPSLOCK |
+ See notes |
Debug |
Ctrl-Home |
- TODO |
+ Ctrl-Home |
+
+ Note that caps lock doesn't work well on OS X because browsers don't give proper key down and key up
+ events for that key. That means jsbeeb can't know when you've released the physical key; it just guesses
+ that you tapped the key whenever it notices the caps lock state changes. That's fine for typing but
+ means that some games that use caps lock for left or fire, don't work. Consult the main documentation
+ for details on how to map keys.
+