omnivore-app / omnivore

Omnivore is a complete, open source read-it-later solution for people who like reading.
https://omnivore.app
GNU Affero General Public License v3.0
12.33k stars 622 forks source link

Multiple keyboard shortcuts (hotkeys) to interact with the browser extensions #906

Open xplosionmind opened 2 years ago

xplosionmind commented 2 years ago

Wallabager can be called with opt + W.

Screen Shot 2022-06-29 at 10 36 29 PM

The Omnivore extension does not even provide a shortcut to be set, yet.

jacksonh commented 2 years ago

Good one, we have a small extension update planned for next week. Seems like we should be able to fit this in. Any ideas on the I wonder if OPTION + O makes sense or maybe OPTION + S (save)

xplosionmind commented 2 years ago

I vote for OPTION + O, but it is not too important, since e.g. in Firefox (as the screenshot above shows) the shortcut can be fully customized.

You only need to set the hooks/commands that have the possibility of a shortcut to be added.

I would also add:

jacksonh commented 2 years ago

Duplicated here: https://github.com/omnivore-app/omnivore/issues/484

jacksonh commented 2 years ago

This is partially available in the Chrome and Firefox updates v0.1.26. We added save support but not the other options yet. We can probably add those when we clean up the extension options.

xplosionmind commented 2 years ago

Thanks a lot, @jacksonh! It is a great start.

b2m9 commented 8 months ago

@jacksonh Is there a way to change the shortcut or at least deactivate it? Option + O is used to write the nordic letter ø (for non-nordic layouts). So every time I type an ø, I'm saving the page to Omnivore. Not ideal.

jacksonh commented 8 months ago

@b2m9 yeah these extension shortcuts are actually controlled by the browser (I think for this reason). Its really weird to get to, here is a demo of doing it on Chrome:

https://www.loom.com/share/e641db9a06a242a391260eac64dc7beb

b2m9 commented 8 months ago

@jacksonh How did I not know that? Thank you very much for not solving my issue but also teaching me something new.

xplosionmind commented 2 days ago

A little update: there is one shortcut available to save the current page, but it is only one. It would be great to have more than one. I will change the title of this issue for clarity.