From 07d0ffea4c8fc15e61d45e5ac33bc7e812de0834 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Sun, 8 Nov 2020 01:06:40 +0100
Subject: [PATCH] Change default web client keybindings.

---
 new2/rogue_chat_nocanvas_monochrome.html | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/new2/rogue_chat_nocanvas_monochrome.html b/new2/rogue_chat_nocanvas_monochrome.html
index 6c00684..d789e6c 100644
--- a/new2/rogue_chat_nocanvas_monochrome.html
+++ b/new2/rogue_chat_nocanvas_monochrome.html
@@ -18,16 +18,16 @@ square_move_right: <input id="key_square_move_right" type="text" value="d" /> (h
 hex_move_upleft: <input id="key_hex_move_upleft" type="text" value="w" /><br />
 hex_move_upright: <input id="key_hex_move_upright" type="text" value="e" /><br />
 hex_move_right: <input id="key_hex_move_right" type="text" value="d" /><br />
-hex_move_downright: <input id="key_hex_move_downright" type="text" value="c" /><br />
-hex_move_downleft: <input id="key_hex_move_downleft" type="text" value="x" /><br />
-hex_move_left: <input id="key_hex_move_left" type="text" value="s" /><br />
-flatten_: <input id="key_flatten" type="text" value="f" /><br />
-switch_to_chat: <input id="key_switch_to_chat" type="text" value="C" /><br />
-switch_to_play: <input id="key_switch_to_play" type="text" value="P" /><br />
-switch_to_annotate: <input id="key_switch_to_annotate" type="text" value="E" /><br />
-switch_to_portal: <input id="key_switch_to_portal" type="text" value="p" /><br />
+hex_move_downright: <input id="key_hex_move_downright" type="text" value="x" /><br />
+hex_move_downleft: <input id="key_hex_move_downleft" type="text" value="y" /><br />
+hex_move_left: <input id="key_hex_move_left" type="text" value="a" /><br />
+flatten_: <input id="key_flatten" type="text" value="F" /><br />
+switch_to_chat: <input id="key_switch_to_chat" type="text" value="t" /><br />
+switch_to_play: <input id="key_switch_to_play" type="text" value="p" /><br />
+switch_to_annotate: <input id="key_switch_to_annotate" type="text" value="m" /><br />
+switch_to_portal: <input id="key_switch_to_portal" type="text" value="P" /><br />
 switch_to_study: <input id="key_switch_to_study" type="text" value="?" /><br />
-switch_to_edit: <input id="key_switch_to_edit" type="text" value="E" /><br />
+switch_to_edit: <input id="key_switch_to_edit" type="text" value="m" /><br />
 </div>
 <script>
 "use strict";
-- 
2.30.2