From 50317350faf9461f95025a3075d4e048215dec25 Mon Sep 17 00:00:00 2001 From: Christian Heller <c.heller@plomlompom.de> Date: Sun, 8 Nov 2020 02:15:39 +0100 Subject: [PATCH] Improve keybinding help in web client. --- new2/rogue_chat_nocanvas_monochrome.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new2/rogue_chat_nocanvas_monochrome.html b/new2/rogue_chat_nocanvas_monochrome.html index 6436f21..b51fc01 100644 --- a/new2/rogue_chat_nocanvas_monochrome.html +++ b/new2/rogue_chat_nocanvas_monochrome.html @@ -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 /> -- 2.30.2