Sid Meier’s Civilization® VI Guide

WASD Camera Controls for Sid Meier's Civilization VI

WASD Camera Controls

Overview

A script for autohotkey to control the camera with the WASD keys

Autohotkey Script

1. Download and install autohotkey – [link]

2. Copy the following into notepad:

#IfWinActive, Sid Meier’s Civilization VI
F1::Suspend
w::up
s::down
a::left
d::right
space::enter

and save it as filename.ahk. Call it whatever you want, save it wherever you want, the only thing that matters is the .ahk extension.

3. Double click the file you saved to start the script. The first line makes it so the script will not be active if the Civ VI window isn’t (you alt tab out or whatever), but if you need to pause the script while in-game, press F1. You can change F1 to whatever key you want.

When you want to close the script, there’ll be a green H icon in the system tray, just right click and exit or suspend script or whatever you want.

SteamSolo.com