Table of Contents

Class MacModifierSymbols

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Contains Unicode symbols used to represent macOS modifier keys.

public static class MacModifierSymbols
Inheritance
MacModifierSymbols

Fields

CapsLock

Represents the Caps Lock key (⇪). Unicode U+21EA.

Command

Represents the Command key (⌘). Unicode U+2318.

Control

Represents the Control key (⌃). Unicode U+2303.

Delete

Represents the Delete key (⌫). Unicode U+232B.

Escape

Represents the Escape key (⎋). Unicode U+238B.

Option

Represents the Option (Alt) key (⌥). Unicode U+2325.

Return

Represents the Return (Enter) key (⏎). Unicode U+23CE.

Shift

Represents the Shift key (⇧). Unicode U+21E7.

Tab

Represents the Tab key (⇥). Unicode U+21E5.

Usage

Specifies how the macOS-specific symbols should be used in the application.

Properties

AreUsed

Indicates whether macOS-specific symbols are used in the application. This property evaluates depends on the Usage setting.