pages/search: actions: add TODO

This commit is contained in:
He4eT 2024-01-21 22:23:40 +01:00
commit 2170793cf5

View file

@ -14,10 +14,14 @@ export const actionboxHandlers = (commandQuery, store, flush) => {
'r': reloadCurrentTab, 'r': reloadCurrentTab,
/* */ /* */
'f': switchToTab, 'f': switchToTab,
// 'F': switchToTopTab,
'd': closeTab, 'd': closeTab,
// 'D': closeTopTab,
/* */ /* */
'c': duplicateTab, 'c': duplicateTab,
// 'C': duplicateTopTab,
's': discardTab, 's': discardTab,
// 'S': discardTopActiveTab,
'p': pinOrUnpinTab, 'p': pinOrUnpinTab,
'e': moveTabToPopup, 'e': moveTabToPopup,
}[command] ?? noop(command))(store, label, flush) }[command] ?? noop(command))(store, label, flush)