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?
< >
Showing 1-5 of 5 comments
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.
Last edited by AiTekBot; Jan 1 @ 9:46am
@AiTekBot woah, nice. Any way to re-bind them?
Devs, please
AiTekBot Jan 1 @ 12:54pm 
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")
}
< >
Showing 1-5 of 5 comments
Per page: 1530 50

Date Posted: Jan 1 @ 7:04am
Posts: 5