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
1 changed files with 1 additions and 1 deletions

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)",
};