mirror of
https://github.com/He4eT/tabswitcher.git
synced 2026-05-04 17:07: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,
|
'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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue