mbnuqw / sidebery

Firefox extension for managing tabs and bookmarks in sidebar.
MIT License
3.43k stars 174 forks source link

Keyboard shortcut to open tab in a specific container #177

Open roizcorp opened 4 years ago

roizcorp commented 4 years ago

Description

I would like to be able to create new tab directly in a container but instead of define hardcoded shortcuts, allow the user to define his own shortcut within the container menu. this way you do not have to commit to the shortcuts in the first place

mbnuqw commented 4 years ago

Unfortunately its impossible to dynamically add / remove shortcuts with WebExtentions API, I need to list all possible keybindings in manifest. All user can do is to change value of the shortcut or reset it.

But, I think I can add a few (say, ten) special keybindings which will be automatically assigned to first ten containers to create a tab. Or create ten keybindings with configurable actions.

roizcorp commented 4 years ago

That's perfectly fine, your approach will definitely satisfy the feature request I only suggested the dynamic approach just for ease of development Thank you very much