Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Latest commit

 

History

History
47 lines (25 loc) · 526 Bytes

KeyboardShortcut.ShortcutCharacter.md

File metadata and controls

47 lines (25 loc) · 526 Bytes

ENUM

KeyboardShortcut.ShortcutCharacter

The special characters available for shortcuts.

Cases

backspace

The ⌫ character.

delete

The ⌦ character.

tab

The ⇥ character.

enter

The ⏎ character.

escape

The ⎋ character.

space

The ␣ character.

up

An arrow key.

character(_:)

A custom character.

Properties

macOSRepresentation

A representation of the keys for macOS.

linuxRepresentation

A representation of the keys for Linux.