mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-19 23:25:13 +00:00
zoom is Home/End not Page keys
This commit is contained in:
2
help.cpp
2
help.cpp
@@ -80,8 +80,8 @@ vector<string> extra_keys_3d = {
|
|||||||
"lshift+arrows = rotate the model (in rug mode)",
|
"lshift+arrows = rotate the model (in rug mode)",
|
||||||
"end = move camera forward",
|
"end = move camera forward",
|
||||||
"home = move camera backward",
|
"home = move camera backward",
|
||||||
|
"shift+Home/End = zoom",
|
||||||
"PageUp/Down = rotate the screen",
|
"PageUp/Down = rotate the screen",
|
||||||
"shift+PageUp/Down = zoom",
|
|
||||||
"move mouse = rotate camera (in rug, only with lctrl)",
|
"move mouse = rotate camera (in rug, only with lctrl)",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user