I have found it in one of examples.
Qt Code:
  1. if (splash->isVisible() || event->key() == Qt::Key_Return || flipped) {
  2. QGraphicsView::keyPressEvent(event);
  3. return;
  4. }
To copy to clipboard, switch view to plain text mode 

Could you tell me what is Key_Return?