{#if isOpen}
Keyboard Shortcuts
{#each Object.entries(groupedShortcuts) as [group, items]} {#if items.length > 0}
{group}
{#each items as shortcut}
{shortcut.description}
{formatShortcut(shortcut.key, shortcut.modifiers)}
{/each}
{/if} {/each}
Press
Shift+?
to toggle this panel
{/if}