Configure commmand
{ closeCurrentModal(); apiCall('config/update-settings', { commands: { ...$commandsSettings, [command.id]: { keyText: e.detail.keyText, customKeyboardShortcut: true, }, }, }); }} /> { closeCurrentModal(); apiCall('config/update-settings', { commands: _.omit($commandsSettings, [command.id]), }); }} />