|
@@ -36,10 +36,6 @@ public final class KeyboardShortcuts {
|
|
final static KeyCombination rAltShift = new KeyCodeCombination(KeyCode.R, KeyCombination.ALT_DOWN,
|
|
final static KeyCombination rAltShift = new KeyCodeCombination(KeyCode.R, KeyCombination.ALT_DOWN,
|
|
KeyCombination.SHIFT_DOWN);
|
|
KeyCombination.SHIFT_DOWN);
|
|
|
|
|
|
- /**
|
|
|
|
- * preferences shortcut
|
|
|
|
- */
|
|
|
|
- final static KeyCombination pCtrl = new KeyCodeCombination(KeyCode.P, KeyCombination.CONTROL_DOWN);
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
* Private constructor to prevent Instantiation.
|
|
* Private constructor to prevent Instantiation.
|
|
@@ -118,10 +114,6 @@ public final class KeyboardShortcuts {
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
- else if (pCtrl.match(event)) {
|
|
|
|
- MenuBarManager.preferencesAction(new ActionEvent());
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
else if (event.getCode().equals(KeyCode.RIGHT)) {
|
|
else if (event.getCode().equals(KeyCode.RIGHT)) {
|
|
if (GraphDisplayManager.getCurrentLayer().equals(Layer.SYMBOL)) {
|
|
if (GraphDisplayManager.getCurrentLayer().equals(Layer.SYMBOL)) {
|
|
MapViewFunctions.switchToNextWaypoint();
|
|
MapViewFunctions.switchToNextWaypoint();
|