Skip to navigation


Keyboard: keyTable1Hi

Name: keyTable1Hi [Show more] Type: Variable Category: Keyboard Summary: Key logger value (high byte) for key presses in keyTable1 Deep dive: The key logger
Context: See this variable in context in the source code References: This variable is used as follows: * UpdateKeyLogger uses keyTable1Hi

When a key in keyTable1 is pressed (and assuming the corresponding key in keyTable1 is not being pressed), the high byte of the key logger for this key pair is set to the value in this table.
.keyTable1Hi EQUB &FF \ L Elevator (stick forwards, dive) EQUB &FF \ A Left rudder EQUB &FF \ S Aileron (joystick left, bank left) EQUB &FF \ W Decrease throttle EQUB 0 \ U Undercarriage up/down EQUB 0 \ F Flaps on/off