# XWUIHotkeyScope

App-level shortcut registry with scopes and conflict detection. Shortcuts remains per-component. Do not nest Shortcuts.

## Basic Usage

Empty registry.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Empty registry.
```

## Global save

One binding.

```example
file: examples/GlobalSave.ts
html: examples/GlobalSave.html
title: Global save
description: One binding.
```

## Conflict

Two combos in one scope.

```example
file: examples/Conflict.ts
html: examples/Conflict.html
title: Conflict
description: Two combos in one scope.
```

## Trigger

Host fires the handler.

```example
file: examples/Trigger.ts
html: examples/Trigger.html
title: Trigger
description: Host fires the handler.
```

```api
```
