From 43f8781bc0d039bc842ddd3ef727503289a6cabf Mon Sep 17 00:00:00 2001 From: Ale Raudales Date: Mon, 28 Oct 2024 10:20:44 -0400 Subject: [PATCH] Added CTRL+J shortcut support in JabRef with new Java and FXML files; CTRL+J now appears in shortcut preferences Added files initiating the function of a CTRL+J Input based on the Replace String Input Functionality. --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63e94be589b..aefd33351c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,10 +12,17 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv ### Added - Fork fix-for-issue-296 +The following new Java and FXML files added CTRL+J shortcut support in JabRef: +- JumpSearchAction.java, JumpSearchView.java, JumpSearchViewModel.java +- We added the JumpSearch.fxml File +- We added the PreferencesService.java Class ### Changed - Updated the README and CHANGELOG files to better suit our project +- CTRL+J now appears in shortcut preferences +- We changed StandardActions.Java to include Jump Search (line 86) +- We changed KeyBinding.java to include Jump Search (Line 103) ### Fixed