home · contact · privacy
Improve keybinding help in web client.
authorChristian Heller <c.heller@plomlompom.de>
Sun, 8 Nov 2020 01:15:39 +0000 (02:15 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Sun, 8 Nov 2020 01:15:39 +0000 (02:15 +0100)
new2/rogue_chat_nocanvas_monochrome.html

index 6436f216ee29f76e861d699d7a44884ba4827534..b51fc019c3fe859219d38f32ce6b90f6bc3a1e7d 100644 (file)
@@ -10,7 +10,7 @@ terminal columns: <input id="n_cols" type="number" step=4 min=20 value=80 />
 <pre id="terminal" style="display: inline-block;"></pre>
 <textarea id="input" style="opacity: 0; width: 0px;"></textarea>
 <div>
-keys:<br />
+keys (see <a href="https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key/Key_Values">here</a> for non-obvious available values):<br />
 move up (square grid): <input id="key_square_move_up" type="text" value="w" /> (hint: ArrowUp)<br />
 move left (square grid): <input id="key_square_move_left" type="text" value="a" /> (hint: ArrowLeft)<br />
 move down (square grid): <input id="key_square_move_down" type="text" value="s" /> (hint: ArrowDown)<br />