diff --git a/sources/editor/esevent/eseventaddterminal.cpp b/sources/editor/esevent/eseventaddterminal.cpp index 70f94ca70..f9c33b5a7 100644 --- a/sources/editor/esevent/eseventaddterminal.cpp +++ b/sources/editor/esevent/eseventaddterminal.cpp @@ -87,7 +87,8 @@ bool ESEventAddTerminal::mouseReleaseEvent(QGraphicsSceneMouseEvent *event) { @return */ bool ESEventAddTerminal::keyPressEvent(QKeyEvent *event) { - if (event -> key() == Qt::Key_Space) { + if (event -> key() == Qt::Key_Alt) { + switch (m_terminal->orientation()) { case Qet::North : m_terminal -> setOrientation(Qet::East);