Skip to content

Hotkey

Official

A hotkey.

Import:

import type { Hotkey } from 'obsidian';

Example:

const hotkey: Hotkey = { modifiers: ['Mod'], key: 'a' };

Signature:

export interface Hotkey

Properties

PropertyTypeDescription
keystringThe main key of the hotkey.
modifiersModifier[]The modifiers of the hotkey.

Links to this page: