mwseKeyCombo⚓︎
A table with the data about a key or key combination on the keyboard. Unbound key combinations will have all the fields set to nil.
Properties⚓︎
isAltDown⚓︎
If true, alt key is pressed in the key combination.
Returns:
result(boolean, nil)
isControlDown⚓︎
If true, control key is pressed in the key combination.
Returns:
result(boolean, nil)
isShiftDown⚓︎
If true, shift key is pressed in the key combination.
Returns:
result(boolean, nil)
isSuperDown⚓︎
If true, super (Windows or Command) key is pressed in the key combination.
Returns:
result(boolean, nil)
keyCode⚓︎
Maps to values in tes3.scanCode enumeration.
Returns:
result(tes3.scanCode, integer, false, nil)