{$i18n.t('Keyboard Shortcuts')}
{#each Object.entries(categorizedShortcuts) as [category, columns], i} {#if i > 0}
{/if}
{$i18n.t(category)}
{#each columns.left as shortcut} {/each}
{#each columns.right as shortcut} {/each}
{/each}
{@html $i18n.t( 'Shortcuts with an asterisk (*) are situational and only active under specific conditions.' )}