UNPKG

@launchmenu/core

Version:

An environment for visual keyboard controlled applets

6 lines 287 B
/** * The (cross-platform compatible) keyboard modifier used commonly for commands. * On Windows and Linux ctrl key is commonly used as a modifier. However on mac, cmd is often used instead. * */ export declare const cmdModifier: string; //# sourceMappingURL=cmdModifier.d.ts.map