mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-24 16:33:38 +02:00
Compare commits
No commits in common. "8d8fa983ef18863c21882b963de97d4ac865cd47" and "394d1d338d3cd0e6b6e2445233a28e0d34752f57" have entirely different histories.
8d8fa983ef
...
394d1d338d
1 changed files with 6 additions and 1 deletions
|
|
@ -39,7 +39,12 @@ export const registerKeyBindings = () => {
|
|||
name: game.i18n.localize('DAGGERHEART.SETTINGS.Keybindings.spotlight.name'),
|
||||
hint: game.i18n.localize('DAGGERHEART.SETTINGS.Keybindings.spotlight.hint'),
|
||||
uneditable: [],
|
||||
editable: [],
|
||||
editable: [
|
||||
{
|
||||
key: 's',
|
||||
modifiers: []
|
||||
}
|
||||
],
|
||||
onDown: game.system.api.macros.spotlightCombatant,
|
||||
onUp: () => {},
|
||||
restricted: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue