diff --git a/src/ViewManager.cpp b/src/ViewManager.cpp index 8a902d074..f700d5b3a 100644 --- a/src/ViewManager.cpp +++ b/src/ViewManager.cpp @@ -212,7 +212,7 @@ void ViewManager::setupActions() collection->addAction("move-view-right", moveViewRightAction); // Switch to tab N shortcuts - const int SWITCH_TO_TAB_COUNT = 10; + const int SWITCH_TO_TAB_COUNT = 19; QSignalMapper* switchToTabMapper = new QSignalMapper(this); connect(switchToTabMapper, SIGNAL(mapped(int)), this, SLOT(switchToView(int))); for (int i = 0; i < SWITCH_TO_TAB_COUNT; i++) {