fullscreen "F" fix
This commit is contained in:
@@ -2427,7 +2427,7 @@ void mainWindowImpl::keyPressEvent ( QKeyEvent * event ) {
|
|||||||
if (event->key() == Qt::Key_F3) { pushButton_BetRaise->click(); }
|
if (event->key() == Qt::Key_F3) { pushButton_BetRaise->click(); }
|
||||||
if (event->key() == Qt::Key_F10) { switchLeftToolBox(); }
|
if (event->key() == Qt::Key_F10) { switchLeftToolBox(); }
|
||||||
if (event->key() == Qt::Key_F11) { switchRightToolBox(); }
|
if (event->key() == Qt::Key_F11) { switchRightToolBox(); }
|
||||||
if (event->key() == Qt::Key_F) { switchFullscreen(); } //f
|
// if (event->key() == Qt::Key_F) { switchFullscreen(); } //f
|
||||||
// if (event->key() == Qt::Key_S) { showMyCards(); } //f
|
// if (event->key() == Qt::Key_S) { showMyCards(); } //f
|
||||||
if (event->key() == 16777249) {
|
if (event->key() == 16777249) {
|
||||||
pushButton_break->click();
|
pushButton_break->click();
|
||||||
|
|||||||
Reference in New Issue
Block a user