editorUndoManager.redo();
return true;
}
KeyCombo combo = new EventWrapper(event.asEvent()).getKeyCombo();
switch (combo) {
// TODO(user): deprecate CTRL_ALT_D in favour of CTRL_ALT_G, ctrl alt d
// is a bad combo for linux as it minimizes the window in many
// window managers.
case CTRL_ALT_D: