New Features #1

Open
marvinelsen wants to merge 76 commits from develop into main
Showing only changes of commit 231b4eb0fe - Show all commits

View File

@ -23,7 +23,7 @@
<Menu text="%menubar.edit">
<MenuItem fx:id="menuItemCopyHeadword" text="%menubar.edit.copy.headword" onAction="#onMenuItemCopyHeadwordAction">
<accelerator>
<KeyCodeCombination alt="UP" code="C" control="UP" meta="UP" shift="UP"
<KeyCodeCombination alt="UP" code="H" control="UP" meta="UP" shift="UP"
shortcut="DOWN"/>
</accelerator>
</MenuItem>