From 8457a00ad0347a0f745cd2b426107b1af1bcd03f Mon Sep 17 00:00:00 2001
From: Adriaan de Groot <groot@kde.org>
Date: Fri, 30 Oct 2020 11:05:15 +0100
Subject: [PATCH] [keyboard] Fix group-switcher multiplying

FIXES #1556
---
 src/modules/keyboard/Config.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/keyboard/Config.cpp b/src/modules/keyboard/Config.cpp
index 6475d9bc8..5d5e80d5f 100644
--- a/src/modules/keyboard/Config.cpp
+++ b/src/modules/keyboard/Config.cpp
@@ -108,7 +108,7 @@ xkbmap_query_grp_option()
     //it's either in the end of line or before the other option so \s or ,
     int lastIndex = outputLine.indexOf( QRegExp( "[\\s,]" ), index );
 
-    return outputLine.mid( index, lastIndex - 1 );
+    return outputLine.mid( index, lastIndex - index );
 }
 
 AdditionalLayoutInfo