WARNO
Keyboard keys for Zoom, Rotate Camera
I saw there are keys to move the camera WASD, but no way to map a key to zoom in/out, or rotate camera counterclockwise/c

Or is there?
< >
กำลังแสดง 1-5 จาก 5 ความเห็น
Hold the mouse wheel down to rotate and otherwise rotate it to zoom.
I know, I just want to not use the mouse wheel :summer2019cockatiel:
Rotate Counter Clockwise: CTRL + A
Rotate Clockwise: CTRL + D
Camera Altitude increase: CTRL + W
Camera Altitude decrease: CTRL + S

Can't find anything on zoom.
แก้ไขล่าสุดโดย AiTekBot; 1 ม.ค. @ 9: 46am
@AiTekBot woah, nice. Any way to re-bind them?
Devs, please
I'm new to this game, so still figuring it out- but I think middle mouse scroll works very well for hopping around the map.

What makes it fast is you zoom out to bird's eye view of map, hold the mouse cursor over any part of the active map you want to zoom in to, and zoom in with mouse wheel. It zooms in to where the mouse cursor is. You can do rotations by pressing that mouse wheel and rotating. The more I use it, the easier it becomes.

Someone on the steam community posted a keyboard mapping image that looks useful.
https://steamcommunity.com/sharedfiles/filedetails/?id=2731450059

Additionally, you might try AutoHotKey (it's free, and open source). It allows you to script keyboard actions. https://www.autohotkey.com/

I did this test script using the pageup and page down keys to replace middle mouse scroll. It works, but not as smooth as just using the mouse scroll wheel.

Script Example:

PgUp::
{
MouseClick("wheelup")
}

PgDn::
{
MouseClick("wheeldown")
}
< >
กำลังแสดง 1-5 จาก 5 ความเห็น
ต่อหน้า: 1530 50

วันที่โพสต์: 1 ม.ค. @ 7: 04am
โพสต์: 5