diff --git a/web/index.html b/web/index.html
index 24477f1..5ec6791 100644
--- a/web/index.html
+++ b/web/index.html
@@ -1206,7 +1206,11 @@ there is no parser in it.
| C-c C-z / C-c C-q | connect (finds .flan-dev.sock upward) / disconnect |
| C-c C-o | the running program's own output, in *flan-output* |
| C-c C-r | a prompt on the running program (*flan-repl*) |
-| C-c C-b | what a stopped program is offering, and which to take |
+| C-c C-b | a stopped program: the condition, the restarts, the stack |
+| C-c C-M-b | the same restarts, as a one-key prompt |
+| C-c C-i | inspect a value, navigating into its fields |
+| C-c C-a | disassemble a function; C-u first for its LLVM IR |
+| C-c C-g | debug under lldb, through dape — bound only once flan-dape.el is loaded, so flan-mode works without dape installed |
| C-c C-d | what the running program currently defines |
| C-c C-v | help on the name at point |
| C-c C-x | rebuild, relaunch and reconnect — the way out when a reload is refused |