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

Latest commit

 

History

History
39 lines (24 loc) · 540 Bytes

File metadata and controls

39 lines (24 loc) · 540 Bytes

EXTENSION

String

Properties

cString

A representation of the string in C.

Methods

ctrl()

Add the Ctrl key to a shortcut.

  • Returns: The shortcut.

shift()

Add the Shift key to a shortcut.

  • Returns: The shortcut.

alt()

Add the Alt key to a shortcut.

  • Returns: The shortcut.

meta()

Add the Meta key to a shortcut.

  • Returns: The shortcut.

super()

Add the Super key to a shortcut.

  • Returns: The shortcut.

hyper()

Add the Hyper key to a shortcut.

  • Returns: The shortcut.