dispatch('close')}>

{$t('general')}

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

{key}

{/each}

{shortcut.action}

{/each}

{$t('actions')}

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

{key}

{/each}

{shortcut.action}

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