1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-02-01 03:39:16 +00:00

zoom is Home/End not Page keys

This commit is contained in:
Zeno Rogue 2020-04-19 22:58:45 +02:00
parent 001f9c6cf3
commit d50daa6863

View File

@ -80,8 +80,8 @@ vector<string> extra_keys_3d = {
"lshift+arrows = rotate the model (in rug mode)",
"end = move camera forward",
"home = move camera backward",
"shift+Home/End = zoom",
"PageUp/Down = rotate the screen",
"shift+PageUp/Down = zoom",
"move mouse = rotate camera (in rug, only with lctrl)",
};