{#each categories as category} {@const CategoryIcon = getCategoryIcon(category)}
{category.title}
{#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}
{/each}