pdf / kdeconnect-chrome-extension

A browser extension to send pages and content from your browser to connected KDE Connect devices.
https://chrome.google.com/webstore/detail/kde-connect/ofmplbbfigookafjahpeepbggpofdhbo
MIT License
233 stars 29 forks source link

Add keyboard shortcut to activate plugin #38

Closed hughwilliams94 closed 4 years ago

hughwilliams94 commented 4 years ago

This should be useful when the user has chosen a default device, as sites can be sent without using the mouse.

pdf commented 4 years ago

Some keyboards have AltGr instead of right-Alt, so this default keyboard combo might be require two hands on them, maybe it should be Ctrl+Shift+K?

I'll need to check if this works on MacOS (thought that's not officially supported today), and if Firefox supports the same manifest options, but this is a very good idea.

hughwilliams94 commented 4 years ago

I was actually testing this using Firefox, so I think the manifest aspect is fine there. I just picked the shortcut key at random, I have no real preference; however, Ctrl+Shift+K is the native shortcut for opening the web console in Firefox, so it might not be the best choice.

pdf commented 4 years ago

Hmmm, Ctrl+Alt+C maybe?

hughwilliams94 commented 4 years ago

Seems to be free in Firefox at least!

pdf commented 4 years ago

Thanks for the contribution - I'll try and get the extension through the stores in the next day or so.