Context menu access from text to Zotero plugin commands in Word
I'm quite sure that someone must have posted the same thing, but my poor search couldn't find it. Or it could have been implemented for other environments than mine already.
Anyway, let me start. I think it would be nice if Zotero work plugin supports context menu access. For example, when I want to edit a citation in text, I have to go up to the menu bar of my Mac and then follow AppleScript icon and click the menu "Edit Citation...". It would be much nicer, you the same "Edit Citation..." appears on right-clicking a citation in text.
Maybe it would require hacking deeper layers of Microsoft Word to achieve this. Just a thought.
Anyway, let me start. I think it would be nice if Zotero work plugin supports context menu access. For example, when I want to edit a citation in text, I have to go up to the menu bar of my Mac and then follow AppleScript icon and click the menu "Edit Citation...". It would be much nicer, you the same "Edit Citation..." appears on right-clicking a citation in text.
Maybe it would require hacking deeper layers of Microsoft Word to achieve this. Just a thought.
(And they're easy to set up for other word processors: https://www.zotero.org/support/word_processor_plugin_shortcuts )
I'm going to venture a guess and say that the number of people who use the commands so much that they're bothered by having to click them but not enough to learn the two most common keyboard shortcuts is pretty small.
For reference, a c# implementation: http://stackoverflow.com/questions/11816358/ms-word-add-in-right-click-handler
https://answers.microsoft.com/en-us/mac/forum/macoffice2011-macword/context-menu-right-click-menu/cda3bbbb-f7dd-45b4-951f-b211c56bdd86?page=2
I haven't yet been able to adopt it to Zotero but it should be possible.