mirror of
https://github.com/He4eT/tabswitcher.git
synced 2026-05-05 01:17:23 +00:00
pages/search: actions: add TODO
This commit is contained in:
parent
194c1fa2bc
commit
2170793cf5
1 changed files with 4 additions and 0 deletions
|
|
@ -14,10 +14,14 @@ export const actionboxHandlers = (commandQuery, store, flush) => {
|
|||
'r': reloadCurrentTab,
|
||||
/* */
|
||||
'f': switchToTab,
|
||||
// 'F': switchToTopTab,
|
||||
'd': closeTab,
|
||||
// 'D': closeTopTab,
|
||||
/* */
|
||||
'c': duplicateTab,
|
||||
// 'C': duplicateTopTab,
|
||||
's': discardTab,
|
||||
// 'S': discardTopActiveTab,
|
||||
'p': pinOrUnpinTab,
|
||||
'e': moveTabToPopup,
|
||||
}[command] ?? noop(command))(store, label, flush)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue