Skip to content

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: