mwseKeyCombo⚓︎
A table with the data about a key or key combination on the keyboard.
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, nil)
Last update:
October 21, 2023 21:35:41
Created: September 17, 2023 15:49:37
Created: September 17, 2023 15:49:37