Removed default spotlight keybind key

This commit is contained in:
WBHarry 2026-03-26 16:34:24 +01:00
parent a4adbf8ac4
commit 94a2a5723b

View file

@ -39,12 +39,7 @@ export const registerKeyBindings = () => {
name: game.i18n.localize('DAGGERHEART.SETTINGS.Keybindings.spotlight.name'),
hint: game.i18n.localize('DAGGERHEART.SETTINGS.Keybindings.spotlight.hint'),
uneditable: [],
editable: [
{
key: 's',
modifiers: []
}
],
editable: [],
onDown: game.system.api.macros.spotlightCombatant,
onUp: () => {},
restricted: true,