dispatch('close')}>

Keyboard Shortcuts

dispatch('close')} />

General

{#each shortcuts.general as shortcut}
{#each shortcut.key as key}

{key}

{/each}

{shortcut.action}

{/each}

Actions

{#each shortcuts.actions as shortcut}
{#each shortcut.key as key}

{key}

{/each}

{shortcut.action}

{#if shortcut.info} {/if}
{/each}