JabRef / jabref

Graphical Java application for managing BibTeX and biblatex (.bib) databases
https://devdocs.jabref.org
MIT License
3.55k stars 2.48k forks source link

Add keyboard shortcuts for "Get bibliographic data from DOI" and "Look up DOI" #11802

Open Siedlerchr opened 5 days ago

Siedlerchr commented 5 days ago

Is your suggestion for improvement related to a problem? Please describe. Many users wish for this, see discussion in the forum: https://discourse.jabref.org/t/shortcuts-for-get-bibliographic-data-from-doi-and-look-up-doi/4468/

Describe the solution you'd like I want to trigger the action from the keyboard

Additional context The feature is located in the entry editor:

grafik
HeroxHeruxum commented 1 day ago

@Siedlerchr Hey, I am looking at this issue for some hours now, but i still cant figure out, where to best put the KeyBindingListeners. Currently i am messing around in java/org/jabref/gui/frame/JabRefFrame.java.

Also is there any documentation of the Editor-Structure? I know that the functions are within DoiIdentifierEditorViewModel, but im not quite sure, how to best access them.

Any help is much appreciated!