Closed null-dev closed 2 years ago
anyone working on this? If not, I would like to take a jab at it :sweat_smile:
anyone working on this? If not, I would like to take a jab at it sweat_smile
I'm currently not working on this as I'm still trying to stabilize profile switching (still isn't perfect yet). If you would like to work on this though, I'd recommend using https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/commands as it lets users customize the shortcuts without having to write your own UI to do that.
cool! I will get started :ok_hand:
I'd recommend using https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/commands
thanks a ton for the pointer! :pray:
PR for this issue: #19
PR for this issue: #19
Amazing ❤️ Is there a reason you did not choose the default key mappings of chrome?
Is there a reason you did not choose the default key mappings of chrome?
actually, yes. while I would have liked that too but the default key mappings of chrome (Ctrl+Shit+m) opens Responsive Design Mode on Firefox. :cry:
Ah ok, I'm on macOS so it's different here. Makes sense :)
Fixed in newest release!
Yes please! Maybe
Ctrl + Shift + M
/Cmd + Shift + M
to be consistent with chrome?