zotero / zotero-connectors

Chrome, Firefox, Edge, and Safari extensions for Zotero
https://www.zotero.org/download/connectors
Other
513 stars 121 forks source link

Default shortcut not working in firefox #433

Open contrun opened 1 year ago

contrun commented 1 year ago

The default shortcut for firefox is not working as Ctrl+Shift+S is already bind to screenshot on firefox. https://github.com/zotero/zotero-connectors/blob/9ad4dd1c1e2a12b7a738233c308c564d91b9649c/src/browserExt/manifest.json#L70

Can we change it to another shortcut so that the default shortcut works for firefox?

hermanhel commented 3 months ago

On firefox, go to manage extension shortcuts at about:addons image

image

And you can change it to whatever you want.

contrun commented 3 months ago

That's true and thanks for the information. I think change the default shortcut for firefox would be more preferable, as that simply does not work. Can we add some configuration for that in the code base. My use case originally was to do some headless scripting to zotero (save websites to zotero without gui interaction). I didn't find an easy way to change shortcut without GUI.