nyordanov / panorama

Tab Groups/Panorama with tab hiding for Firefox 59+
Mozilla Public License 2.0
18 stars 2 forks source link

Keyboard support #8

Closed guest73 closed 4 years ago

guest73 commented 6 years ago

I would like to switch tabs with a keyboard arrow keys.

bogdan-calapod commented 6 years ago

It doesn't seem like this extension supports keyboard shortcuts at all - would be nice if the original Panorama shortcuts (Ctrl + Shift + E to open, etc) would be supported, with customization options along the line :)

I never did Firefox extension work, but if needed, I could look into it and make a PR - it doesn't seem like it would be very difficult.

nyordanov commented 6 years ago

I've added an option for setting a keyboard shortcut in v0.0.12. However, the necessary API is only implemented in Firefox 60, so you will need to update to the beta before you can use the new option.

guest73 commented 6 years ago

Now I am thinking maybe I have expressed my desire wrongly. Sorry about that, always happens to me. What I meant was, I want to activate the panorama view (Ctrl+E is fine with me) then I want to use arrow keys to navigate between tabs(change the selection) and then press Enter to switch to the selected tab. That would be really convenient for "keyboard users". And thanks for your support.

nyordanov commented 6 years ago

Ah, I see. I'll reopen this issue then.

guest73 commented 6 years ago

Thanks. And also seems like a nice idea to have arrow_keys to navigate tabs withing a single Tab group and something like Ctrl+arrow_keys to navigate groups. But that's just my preference.