{#if open}
Keyboard Shortcuts
Context:
{$store.context}
Close
Global Navigation (Alt)
handleArrowScroll(event, globalList)} > {#each Object.entries(GLOBAL_CONF) as [key, route]}
{key === 'b' ? 'Search' : route === '/' ? 'Home' : 'Go to ' + route.split('/').pop()}
Alt + {key.toUpperCase()}
{/each}
Active Actions (Alt+Shift)
{#if localShortcuts.length === 0}
No specific actions for this view.
{:else}
handleArrowScroll(event, localList)} > {#each localShortcuts as shortcut}
{shortcut.description}
{shortcut.key}
{/each}
{/if}
Close
{/if}