← All plugins

Shortcuts

UI / Utility @edv4h/usketch-plugin-keyboard-shortcuts

Declarative shortcut registration with cheat‑sheet.

pnpm add @edv4h/usketch-plugin-keyboard-shortcuts

Overview

Shortcuts is part of the uSketch first-party plugin set. Install it alongside your uSketch app and it self-registers on startup.

Usage

import { createApp } from "@edv4h/usketch-core";
import { KeyboardShortcutsPlugin } from "@edv4h/usketch-plugin-keyboard-shortcuts";

const app = createApp({
  plugins: [
    KeyboardShortcutsPlugin,
  ],
});

Links