Settings - Keybinds

Keybinds

Keyboard shortcuts

Click a binding and press the shortcut you want to use.

Shortcut bindings
Reset any binding individually or all at once.
{#each Object.keys(KEYBIND_LABELS) as key (key)} {@const bindKey = key as keyof Keybinds} {@const isListening = listeningKey === bindKey} {@const isDefault = settingsState.keybinds[bindKey] === DEFAULT_KEYBINDS[bindKey]}
{KEYBIND_LABELS[bindKey]}
{/each}