stevensdavid / jabref

Fork of Jabref for lab in DD2480 at KTH
https://www.jabref.org
MIT License
1 stars 0 forks source link

Add back keyboard shortcut features (#9) #10

Open muachilin opened 4 years ago

muachilin commented 4 years ago

Add back previously-supported keyboard shortcut features.

krisgun commented 4 years ago

My guess is that it's going to take a bit more work than just restoring the file from the old version of the project. The current GUI library that is used is JavaFX and just looking at the imports in EmacsKeyBindings there are a lot of Swing imports, so there would probably have to be some porting done

muachilin commented 4 years ago

I see! I will look into handling the new GUI framework. Thanks!