From 265383ce345681ec15354632c054a6d3a40ac0eb Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Sun, 22 Jul 2018 15:02:08 +0300 Subject: [PATCH] missing global shortcuts new instance record 9 Summary: In Latte global shortcuts is missing one record for New Instance of ninth record BUG: 396751 FIXED-IN: 0.8.1 Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D14273 --- app/globalshortcuts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/globalshortcuts.cpp b/app/globalshortcuts.cpp index 10e2e9a6d..ad08df4b7 100644 --- a/app/globalshortcuts.cpp +++ b/app/globalshortcuts.cpp @@ -241,7 +241,7 @@ void GlobalShortcuts::init() } //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);