@cartridge-engine/keyboard-engine
    Preparing search index...

    Function clearShortcutOperations

    • Clear all registered shortcut operations.

      NOTE: Since the refactoring to per-instance useRef state, this function is a no-op at module level. Shortcut operations are now scoped to each KeyboardEngine instance and are automatically cleaned up when the instance is garbage-collected.

      Kept for backward compatibility with tests and external consumers that call this function in cleanup routines.

      Returns void

      State is now per-instance via KeyboardEngine. Module-level clearShortcutOperations is a no-op. Use engine.clearShortcutOperations() for instance-level cleanup.