Is Already present!
Example for Box8 :
if I add in Trackmapconf.txt, section [KEYS] string:
BOX8Key = H, EventDown
I can use 'H' to show/hide Box number 8.
Cheers,
Max.
LIKE THIS ?
// VALID VALUES:
// (Letters and numbers and punctuations)
// a, b, c, ... z, A, B, C...., Z, 0, 1, ..... 9
// (Numeric PAD)
// VK_NUMPAD0, VK_NUMPAD1.....VK_NUMPAD9, VK_MULTIPLY, VK_ADD, VK_SEPARATOR, VK_SUBTRACT, VK_DECIMAL,VK_DIVIDE
// (Functional Keys)
// VK_F1, VK_F2,...., VK_F22
// (OtherKeys: TILDE = ~ )
// VK_SEMICOLON, VK_PLUS, VK_COMMA, VK_MINUS, VK_PERIOD, VK_SLASH, VK_TILDE, VK_SQUAREOPEN, VK_BACKSLASH, VK_SQUARECLOSED, VK_QUOTE
PeriodRepeatedKey = 200
KeyboardKeyMode = VK_NUMPAD0, EventDown
......
KeyboardKeyCTRLDOWN = CTRL + VK_DOWN
.DRS = Controller, 1, Button, 3, EventDown
.DRSOFF =
.DRSOFF = Controller, 1, Button, 4, EventDown
.KERS = Controller, 1, Button, 2, EventDown, EventUp
.KERSOFF = Controller, 1, Button, 2, EventDown
.GRIDMODE = Controller, 1, Button, 3, EventDown
.GRIDMODE = VK_F12, EventDown
.GRIDMODE = VK_F12, EventDown
.GRIDCLASS = Controller, 1, Button, 4, EventDown
BOX4Key = H, EventDown