I have a couple javascript snippets I use repeatedly for advanced functions and would like to bind them to keyboard shortcuts. Is there any way to do this?
That's good to hear. I too would find the ability to store/load/re-use javascript very useful (not necessarily as keyboard shortcuts though), for the code snippets I use to get things like lists of item counts by author and journal. I use those routine processes for assessing who are the most prolific authors, and also cleaning up inconsistencies in the way author and journal names are entered (which leads to obvious separate counts that should be combined).
@tim820 was browsing github projects tagged zotero yesterday and I remember seeing some CLI/python tools with which you could do that as well, if you ever get tired of JScript or want to automate further
https://github.com/retorquere/zotero-better-bibtex/tree/50a4464df659360f3196bcc1d30c0012763977ed/test/fixtures/debug-bridge
@tim820 was browsing github projects tagged zotero yesterday and I remember seeing some CLI/python tools with which you could do that as well, if you ever get tired of JScript or want to automate further