INNER CODE UNIT · C#
KeyMappings
Blecki/dwarfcorp · DwarfCorp/ControlSettings.cs:12
public class KeyMappings
{
public Keys Forward = Keys.W;
public Keys Left = Keys.A;
public Keys Right = Keys.D;
public Keys Back = Keys.S;
public Keys CameraMode = Keys.LeftShift;
public Keys GodMode = Keys.G;
public Keys TimeForward = Keys.X;
public Keys TimeBackward = Keys.Z;
public Keys SliceUp = Keys.PageUp;
public Keys SliceDown = Keys.PageDown;
public Keys Pause = Keys.Space;
public Keys Map = Keys.M;
public Keys Employees = Keys.OemComma;
public Keys Tasks = Keys.OemPeriod;
public Keys Zones = Keys.N;
public Keys Marks = Keys.V;