You are not logged in.
Some shortcut bugs for specific clients are likely to be fixed in 6.0.2: https://bugs.kde.org/show_bug.cgi?id=482712 -- but so far none of the cases mentioned here really fit with that description since having an application or a KWin effect launch are not going to interface with legacy application connection APIs
Offline
The KDE shortcuts System settings does not recognize Left CTRL+XF86Calculator.
The calculator key was recognized in version 5 of Plasma/KDE but not in 6. Xorg recognizes it and it also is recognized in wayland.
I can bind the calculator app or any other app to the WWW key file browser key or control-alt-shift-T or "Hyper" T or any modifier combination with a letter or some launcher keys.
Some HID application launch keys seem no longer to be recognized that were recognized before. I have no complete list of keys that did work and no longer works since I was just configuring the keyboard firmware and was happy to "pop a calculator with a key press" . I think it is filtered somewhere in KDE/PLasma. The whole list of possible keys is in the hid specification and in https://github.com/zmkfirmware/zmk/blob … id_usage.h. However that file has at least one typo. I made a pull request for that on the ZMK github repo.
It would be cool if KDE/Plasma could support the full set of HID application launch keys and maybe more.
Last edited by nicenemo (2024-03-13 17:28:23)
Offline
https://bugs.kde.org/show_bug.cgi?id=478936
Edit: https://bugs.kde.org/show_bug.cgi?id=422401#c15
Last edited by seth (2024-03-13 18:13:27)
Offline
Thanks I read the KDE bug report. I hope the fix is going to work for Wayland too.
Regarding the Calculator.. there might be two keycodes, One with a maybe deliberate wrong spelling?
#define XKB_KEY_XF86Calculater 0x1008ff54 /* Launch Calculater */]
and
#define XKB_KEY_XF86Calculator 0x1008ff1d /* Invoke calculator program */
Defined in https://xkbcommon.org/doc/current/xkbco … yms_8h.htm
Offline
Maybe more relevant is the QT source code: https://code.qt.io/cgit/qt/qtbase.git/t … quence.cpp This seems to be what should be possible? Disclaimer I have not touched c++ source code myself for over 20 years. Doing Java as my dayjob.I played with QT and KDE in the very early Days of SuSE Linux 6.x after Redhat 5.2
Offline
The comment in the upstream bug suggests that this will be fixed in Qt 6.7?
Offline
Looks like it. Will see. I noticed some more odd behaviour when I use Hyper and function keys. Some trigger application launch key codes or volume up/down.
I am now working on defining both left and right HYPER and MEH keys on my keyboard.I will see what QT 6.7 and / or later Plasma versions will bring.
Not many people are crazy or curious enough to try defining +400 keys on layers on their keyboards in ZMK or QMK.
Offline