UNPKG

@ryusei/code

Version:

<div align="center"> <a href="https://code.ryuseijs.com"> <img alt="RyuseiCode" src="https://code.ryuseijs.com/images/svg/logo.svg" width="70"> </a>

17 lines 440 B
import { KeyMatcher } from '@ryusei/code'; /** * The map for kay bindings (`[ key, ctrl, shift, alt ]`). * * @since 0.1.0 */ export declare const KEYMAP: Record<string, KeyMatcher | KeyMatcher[] | null | false>; /** * The collection of modifier keys. * * @since 0.1.0 */ export declare const MODIFIER_KEYS: { default: string[]; mac: string[]; }; //# sourceMappingURL=../../../src/js/constants/keymap.d.ts.map