Skip to content

KeyboardShortcuts.KeyboardCombination

JaykeBird edited this page Feb 21, 2023 · 4 revisions

Back to home | Back to Reference | View raw text

KeyboardCombination enum

Description

A list of all combinations of modifier keys being pressed.

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SolidShineUi.KeyboardShortcuts
  SolidShineUi.KeyboardShortcuts.KeyboardCombination[[KeyboardCombination]]
  end
Loading

Details

Summary

A list of all combinations of modifier keys being pressed.

Fields

None

Summary

No modifier keys pressed.

Ctrl

Summary

Ctrl modifier key being pressed.

Alt

Summary

Alt modifier key being pressed.

Shift

Summary

Shift modifier key being pressed.

AltShift

Summary

Alt and Shift modifier keys being pressed.

CtrlAlt

Summary

Ctrl and Alt modifier keys being pressed.

CtrlShift

Summary

Ctrl and Shift modifier keys being pressed.

CtrlAltShift

Summary

Ctrl, Shift, and Alt modifier keys being pressed.

Generated with ModularDoc

Clone this wiki locally