mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-21 23:13:39 +02:00
Removed default spotlight keybind key
This commit is contained in:
parent
a4adbf8ac4
commit
94a2a5723b
1 changed files with 1 additions and 6 deletions
|
|
@ -39,12 +39,7 @@ export const registerKeyBindings = () => {
|
||||||
name: game.i18n.localize('DAGGERHEART.SETTINGS.Keybindings.spotlight.name'),
|
name: game.i18n.localize('DAGGERHEART.SETTINGS.Keybindings.spotlight.name'),
|
||||||
hint: game.i18n.localize('DAGGERHEART.SETTINGS.Keybindings.spotlight.hint'),
|
hint: game.i18n.localize('DAGGERHEART.SETTINGS.Keybindings.spotlight.hint'),
|
||||||
uneditable: [],
|
uneditable: [],
|
||||||
editable: [
|
editable: [],
|
||||||
{
|
|
||||||
key: 's',
|
|
||||||
modifiers: []
|
|
||||||
}
|
|
||||||
],
|
|
||||||
onDown: game.system.api.macros.spotlightCombatant,
|
onDown: game.system.api.macros.spotlightCombatant,
|
||||||
onUp: () => {},
|
onUp: () => {},
|
||||||
restricted: true,
|
restricted: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue