From fb7416a276d82dfae54b2d3ae89740e7fc148a99 Mon Sep 17 00:00:00 2001 From: doitux Date: Fri, 10 Apr 2009 21:56:36 +0000 Subject: [PATCH] change breakbutton shortcut to Qt::Key_Shift --- src/gui/qt/gametable/gametableimpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/qt/gametable/gametableimpl.cpp b/src/gui/qt/gametable/gametableimpl.cpp index 52be9b39..fc3bc1e6 100755 --- a/src/gui/qt/gametable/gametableimpl.cpp +++ b/src/gui/qt/gametable/gametableimpl.cpp @@ -2557,7 +2557,7 @@ void gameTableImpl::keyPressEvent ( QKeyEvent * event ) { if (event->key() == Qt::Key_F5) { radioButton_manualAction->click(); } if (event->key() == Qt::Key_F6) { radioButton_autoCheckFold->click(); } if (event->key() == Qt::Key_F7) { radioButton_autoCheckCallAny->click(); } - if (event->key() == 16777249) { //CTRL + if (event->key() == Qt::Key_Shift) { if(myStartWindow->getSession()->getGameType() == Session::GAME_TYPE_LOCAL) { pushButton_break->click(); ctrlPressed = TRUE;