Contains driver level blocking of keys.

Hierarchy

  • KeyboardDriverKeyBlockingCombination

Properties

Configures the alt key modifier.

Configures the control key modifier.

scanCode: ScanCode

The scancode which is needed for this combination, can be set to None (0) to only block the modifiers and/or virtualkeycode.

Configures the shift key modifier.

virtualKeyCode: VirtualKey

The keycode which is needed for this combination, can be set to None (0) to only block the modifiers and/or scancode.

Configures the win key modifier.

Generated using TypeDoc