Add Plasma task group shortcuts

This commit is contained in:
ajp_anton
2026-09-04 14:52:45 +00:00
parent 4a78e6b485
commit 088c42bc14
13 changed files with 923 additions and 0 deletions
@@ -0,0 +1,11 @@
// SPDX-License-Identifier: MIT
#pragma once
#include <QKeySequence>
#include <QStringView>
#include <optional>
std::optional<Qt::Key> numberRowKey(QStringView layout, QStringView variant, int number, bool shifted);
QList<QKeySequence> numberRowShortcuts(int number);