-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pressing Escape does not close entry editor #2949
Comments
Could be related to my last changes, we probably just need to add a Check
for the escape key
|
Somehow related:
|
This does not work when you are in an entry editor field. |
Escape now works. For save, we first need to create a save action in the entry editor. I will create a follow up PR |
The save command shouldn't be handled by the entry editor but by a higher instance (probably JabRefMain). |
Yes, but the problem is that it is not that easy to filter out the command from the JFX panel, because we would need to map between awt keyEvents and javafx keyEvents/KeyCombination. Unfortuately there is no easy way to do this. |
This should be fixed in the latest development version. Could you please check the build from http://builds.jabref.org/master/. Thanks! |
Since two years, this does not work. At #11190 (comment), we decided to stick with Ctrl+E to open/close the entry editor. |
No description provided.
The text was updated successfully, but these errors were encountered: