mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-21 15:03:37 +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'),
|
||||
hint: game.i18n.localize('DAGGERHEART.SETTINGS.Keybindings.spotlight.hint'),
|
||||
uneditable: [],
|
||||
editable: [
|
||||
{
|
||||
key: 's',
|
||||
modifiers: []
|
||||
}
|
||||
],
|
||||
editable: [],
|
||||
onDown: game.system.api.macros.spotlightCombatant,
|
||||
onUp: () => {},
|
||||
restricted: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue