-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathkeymap.h
More file actions
32 lines (30 loc) · 767 Bytes
/
keymap.h
File metadata and controls
32 lines (30 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
typedef enum {
keyWriteFrame = '`',
keyCreateMainBody = 'h',
keyInputMode = 'i',
keyBreakWheel = 'j',
keyZeroSpeed = ' ',
keyRightSpeedIncrease = '1',
keyRightSpeedDecrease = 'q',
keyRightSpeedMax = 'a',
keyRightSpeedMin = 'z',
keyLeftSpeedIncrease = '2',
keyLeftSpeedDecrease = 'w',
keyLeftSpeedMax = 's',
keyLeftSpeedMin = 'x',
keyBothSpeedIncrease = '3',
keyBothSpeedDecrease = 'e',
keyBothSpeedMax = 'd',
keyBothSpeedMin = 'c',
keyTwitchToggle = 't',
keyTwitchHertzHalf = 'r',
keyTwitchHertzDouble = 'y',
keyAimCamera = ';',
keyLockCameraToVehicle = '.',
keyIncreaseViewByTwoMod = '[',
keyIncreaseViewByOneMod = ']',
keyPrintSprocketMass = '+',
keyPrintManyVariables = '=',
keyEnterMovieMode = 'm',
keyDisplayWheels = '/'
} KEY_MAP;