Use different shortcut to copy headword

CTRL+C overwrites the 'Copy' shortcut for every other GUI element, so the user cannot copy the definition of the word.
This commit is contained in:
Marvin Elsen 2024-09-22 23:14:27 +02:00
parent cdcfd92f60
commit 231b4eb0fe
Signed by: marvinelsen
GPG Key ID: 820672408CC318C2

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>