-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Shortcut F8 not working #2251
Comments
Thank you for your report 😄 |
I will have a look. |
I think it has something to do with the mainTable selecting the authors row when pressing F8. It's a JTable functionality. I tried adding this line |
Just noticed, that F7 for "Automatically set file links" seems to work. Can you investigate the differences between these two functionalities? |
http://www.java-forum.org/thema/f8-im-jtable.70666/ Why not use Alt+F8? |
We should try to evade the alt key since it often is reserved for OS specific keybindings. I found that link before and I read the KeyBindings Javadoc what brought me to my attempt. But it does not work and I don't know why. @matthiasgeiger same for F9, it's just because the F8 key is used by the JTable. |
I think, the decision is to change both F8 and F9 to include the Alt key. |
F9 works perfectly here, so I change only F8 |
JabRef 3.7-dev--snapshot--2016-11-08--master--fffad83
windows 10 10.0 amd64
Java 1.8.0_111
The shortcut
F8
forCleanup entries...
is not working for me.The text was updated successfully, but these errors were encountered: