diff --git a/app/globalshortcuts.cpp b/app/globalshortcuts.cpp --- a/app/globalshortcuts.cpp +++ b/app/globalshortcuts.cpp @@ -241,7 +241,7 @@ } //new instance actions [1-9] - for (int i = 1; i < 9; ++i) { + for (int i = 1; i < 10; ++i) { const int entryNumber = i; const Qt::Key key = static_cast(Qt::Key_0 + i);