{#if key}
{key === ' ' ? 'Space' : key}
{keyCode}
{:else}
Focus this window and press any key
{/if}