Interface KeymapConfig

Keymap配置项

Hierarchy

  • KeymapConfig

Properties

el?: HTMLElement | Window

按键监听事件绑定对象

strategy?: StrategyType

快捷键策略

keyAliasMap?: Record<string, string>

配置别名

See

defaultKeyAliasMap