{#each category.shortcuts as shortcut}
{@const ShortcutIcon = getShortcutIcon(shortcut.keys)}
{#each shortcut.keys as key, i}
{#if i > 0}+{/if}
{key}
{/each}
{#if shortcut.altKeys && !compact}
oder
{#each shortcut.altKeys as key, i}
{#if i > 0}+{/if}
{key}
{/each}
{/if}
{shortcut.description}
{/each}