-
Bug
-
Resolution: Fixed
-
P3
-
8
-
Mac OS
java version "1.8.0-ea"
Java(TM) SE Runtime Environment (build 1.8.0-ea-b104)
Java HotSpot(TM) 64-Bit Server VM (build 25.0-b46, mixed mode)
In SB, we use the following accelerators :
newMenuItem.setAccelerator(new KeyCodeCombination(KeyCode.N, KeyCombination.META_DOWN));
openMenuItem.setAccelerator(new KeyCodeCombination(KeyCode.O, KeyCombination.META_DOWN));
fitToParentMenuItem.setAccelerator(new KeyCodeCombination(KeyCode.K, KeyCombination.META_DOWN));
useComputedSizesMenuItem.setAccelerator(new KeyCodeCombination(KeyCode.K, KeyCombination.SHIFT_DOWN, KeyCombination.META_DOWN));
newMenuItem.setAccelerator(new KeyCodeCombination(KeyCode.N, KeyCombination.META_DOWN));
openMenuItem.setAccelerator(new KeyCodeCombination(KeyCode.O, KeyCombination.META_DOWN));
fitToParentMenuItem.setAccelerator(new KeyCodeCombination(KeyCode.K, KeyCombination.META_DOWN));
useComputedSizesMenuItem.setAccelerator(new KeyCodeCombination(KeyCode.K, KeyCombination.SHIFT_DOWN, KeyCombination.META_DOWN));