Definitely fix the rotation problem :)

Only use space for every rotation
This commit is contained in:
joshua
2022-05-25 21:47:31 +02:00
parent bf32219154
commit a2b73ea2bc
3 changed files with 4 additions and 4 deletions

View File

@@ -87,7 +87,7 @@ bool ESEventAddTerminal::mouseReleaseEvent(QGraphicsSceneMouseEvent *event) {
@return
*/
bool ESEventAddTerminal::keyPressEvent(QKeyEvent *event) {
if (event -> key() == Qt::Key_R) {
if (event -> key() == Qt::Key_Space) {
switch (m_terminal->orientation()) {
case Qet::North :