On any Mac operating system, text editing shortcut keys do not work. (E.G., Cmd+C, Cmd+X, Cmd+V do not copy, cut, or paste, respectively.) Instead, if you want to copy or paste text to or from a field, you have to use Control+X, Control+C, or Control+V. These are the standard shortcut keys on other operating systems, but on the Mac the modifier key should be Cmd.
This can be fixed if you use Toolkit.getDefaultToolkit().getMenuShortcutKeyMask() instead of KeyEvent.VK_CONTROL.
Linked issues
Comments
Sorry... 😞
I did search, I just searched for the wrong things, and apparently not for long enough.
were do you by this
Duplicate of MC-2292, please use the search function to see if your bug has already been submitted. Currently over 53% of tickets are being closed as duplicate.