traxium / tabtree

Tab Tree extension for Firefox
https://addons.mozilla.org/en-US/firefox/addon/tab-tree/
GNU General Public License v3.0
144 stars 30 forks source link

Adds new keyboard shortcuts to add sibling and child tabs. #190

Closed DonyorM closed 7 years ago

DonyorM commented 7 years ago

Alt+Shift+I creates a new sibling tab of the current tab. Alt+Shift+O creates a new child tab of the current tab.

I separated out two functions to create sibling and child tabs of a passed tab in the utility functions section. These could be used in other shortcuts/menus.

This also adds the documentation for the commands in the English description file. I do not know Russian or French well enough to translate that.

Thank you so much for creating this, it's a really great add-on.

TempSpas commented 7 years ago

These are great, but would it be possible to automatically put the focus on the address bar? This is currently the behavior of the default new tab shortcut, Control+T (or Command+T on Mac). As it is now, after pressing Alt+Shift+O I have to press Command+L to search.