I assuming I am doing something silly, however, whenever I enable a keyboard event on mapView as per the below, the keyboard navigation stops. The keyboard events are working alongside with all other application functions appear to work. Any feedback welcome.
mapView.setOnKeyPressed(keyevent -> {
if (keyevent.getCode().equals(KeyCode.DELETE)) {
selectDelete();
}
keyevent.consume();
});
Which SDK? Might be worth moving this into the relevant sub-community