null-dev / firefox-profile-switcher

Create, manage and switch between browser profiles seamlessly.
GNU General Public License v3.0
377 stars 26 forks source link

Add keyboard shortcut #19

Closed fazlerabbi37 closed 2 years ago

fazlerabbi37 commented 2 years ago

This PR adds keyboard shortcut feature, allowing the to be opened with keyboard.

here is the psff-feat-keyboard-shortcut.zip for testing.

null-dev commented 2 years ago

Looks solid, nice work. I will merge and make a new release once I get back from vacation (Dec 27).

fazlerabbi37 commented 2 years ago

Off Topic: @null-dev have you considered adding a GitHub action to build addon on push?

I put my build as zip in the description but then changed the description (I know, minor change) which is different from the build. now I can put one zip per change which would be annoying and spammy, or with an action we can point people to the action tab for latest zip.

let me know what you think! :smile_cat:

null-dev commented 2 years ago

Off Topic: @null-dev have you considered adding a GitHub action to build addon on push?

I put my build as zip in the description but then changed the description (I know, minor change) which is different from the build. now I can put one zip per change which would be annoying and spammy, or with an action we can point people to the action tab for latest zip.

let me know what you think! smile_cat

This is probably a good idea but I'm too lazy lol and I don't think I'm getting enough PRs to justify it. If I get a bunch of PRs then I will work on implementing this.