Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ReservationEntry

A description of a keyboard combination reserved by the browser, system, or program with global keybindings.

Use systemConflictsWithSimpleKeyCombo to get a list of these that might conflict with your SimpleKeyCombo

Hierarchy

  • ReservationEntry

Index

Properties

action

action: string

What the key combination does. Examples: "Start menu", "Task Manager", etc.

keys

keys: string

The key combination. Example: "Ctrl+Shift+Escape"

origin

origin: string

The source of the key combination. Examples: "Media", "System", "Browser", "f.lux", etc.

Optional overrideable

overrideable: boolean

Can this keyboard combination be overridden?

true for reservations like the browser's built in F1 help action.

false for reservations like Window's Ctrl+Alt+Delete lock screen action.

Generated using TypeDoc