.keyTable1Lo EQUB 1 \ L Elevator (stick forwards, dive) EQUB 1 \ A Left rudder EQUB 1 \ S Aileron (joystick left, bank left) EQUB 241 \ W Decrease throttle EQUB 4 \ U Undercarriage up/down EQUB 5 \ F Flaps on/offName: keyTable1Lo [Show more] Type: Variable Category: Keyboard Summary: Key logger value (low byte) for key presses in keyTable1 Deep dive: The key loggerContext: See this variable in context in the source code References: This variable is used as follows: * UpdateKeyLogger uses keyTable1Lo
When a key in keyTable1 is pressed (and assuming the corresponding key in keyTable1 is not being pressed), the low byte of the key logger for this key pair is set to the value in this table.