{#if shortcut.tooltip} {$i18n.t(shortcut.name)} * {:else} {$i18n.t(shortcut.name)} {/if}
{#each shortcut.keys.filter((key) => !(key.toLowerCase() === 'delete' && shortcut.keys.includes('Backspace'))) as key}
{formatKey(key)}
{/each}