Skip to content

KeymapInfo

Official

Information about the key combination.

Import:

import type { KeymapInfo } from 'obsidian';

Signature:

export interface KeymapInfo

Properties

PropertyTypeDescription
keynull | stringThe main key of the keymap.
modifiersnull | stringThe modifiers of the keymap.

Links to this page: