Accelerator text in menus doesn't support "Shortcut" as a modifier.
The following accelerator :
menuitem1.setAccelerator(KeyCombination.keyCombination("Shortcut+A"));
should show Command on a mac, and Ctrl on everything else.
The following accelerator :
menuitem1.setAccelerator(KeyCombination.keyCombination("Shortcut+A"));
should show Command on a mac, and Ctrl on everything else.