From 3d4e7f501a9fdeb8349419140075f71588b32223 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 30 Dec 2017 17:03:30 +0100 Subject: [PATCH] three lines to one, added Alt+Enter --- help.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/help.cpp b/help.cpp index 22864161..f7a6ccf3 100644 --- a/help.cpp +++ b/help.cpp @@ -854,9 +854,7 @@ vector extra_keys = { "7 = change heptagon marking", "8 = change background color", "9 = hyperboloid model", - "qweasdzxc = move/skip turn", - "hjklyubn = move/skip turn", - "numpad = move/skip turn", + "qweasdzxc, hjklyubn, numpad = move/skip turn", "arrows = panning", "o = world overview", "v = menu", @@ -864,6 +862,7 @@ vector extra_keys = { "F5 = restart game", "F10 = quit game", "Esc = quest status", + "Alt+Enter = full screen", "Alt = highlight interesting stuff", "t = target the center (with Orb)", "mouse = move/skip",