All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.parseHotkeys.d.ts Maven / Gradle / Ivy

The newest version!
import { Hotkey } from './types';
export declare function mapKey(key?: string): string;
export declare function isHotkeyModifier(key: string): boolean;
export declare function parseKeysHookInput(keys: string, splitKey?: string): string[];
export declare function parseHotkey(hotkey: string, combinationKey?: string, description?: string): Hotkey;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy