Skip to content

KeymapInfo

Official

Information about the key combination.

Import:

import type { KeymapInfo } from 'obsidian';

Signature:

export interface KeymapInfo

Properties

Property Type Description
key null | string The main key of the keymap.
modifiers null | string The modifiers of the keymap.

Links to this page: