protected void doShift(KeyEvent e) {
   setSelectionModes(e.getModifiersEx());
   super.doShift(e);
 }