-
Notifications
You must be signed in to change notification settings - Fork 3
KeyboardShortcuts.KeyboardCombination
JaykeBird edited this page Feb 21, 2023
·
4 revisions
Back to home | Back to Reference | View raw text
A list of all combinations of modifier keys being pressed.
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SolidShineUi.KeyboardShortcuts
SolidShineUi.KeyboardShortcuts.KeyboardCombination[[KeyboardCombination]]
end
A list of all combinations of modifier keys being pressed.
No modifier keys pressed.
Ctrl modifier key being pressed.
Alt modifier key being pressed.
Shift modifier key being pressed.
Alt and Shift modifier keys being pressed.
Ctrl and Alt modifier keys being pressed.
Ctrl and Shift modifier keys being pressed.
Ctrl, Shift, and Alt modifier keys being pressed.
Generated with ModularDoc