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:
parent
cdcfd92f60
commit
231b4eb0fe
@ -23,7 +23,7 @@
|
|||||||
<Menu text="%menubar.edit">
|
<Menu text="%menubar.edit">
|
||||||
<MenuItem fx:id="menuItemCopyHeadword" text="%menubar.edit.copy.headword" onAction="#onMenuItemCopyHeadwordAction">
|
<MenuItem fx:id="menuItemCopyHeadword" text="%menubar.edit.copy.headword" onAction="#onMenuItemCopyHeadwordAction">
|
||||||
<accelerator>
|
<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"/>
|
shortcut="DOWN"/>
|
||||||
</accelerator>
|
</accelerator>
|
||||||
</MenuItem>
|
</MenuItem>
|
||||||
|
Loading…
Reference in New Issue
Block a user