Options
All
  • Public
  • Public/Protected
  • All
Menu

A keybinding that can be triggered on the command line.

Hierarchy

  • UnixornKeybinding

Index

Properties

Properties

action

action: (kernel: UnixornKernel) => void

The actual code of the keybinding.

Type declaration

ctrl

ctrl: boolean

Whether the control key should be held.

key

key: string

The non-modifier key of the keybinding.

meta

meta: boolean

Whether the meta key should be held. On a standard keyboard, the meta key is marked "alt".

summary

summary: string

A brief description of the purpose of the keybinding.

Legend

  • Property

Generated using TypeDoc