shift-shell/components/mobileshell/qml/volumeosd
Devin Lin b496110aa3 volumeosd: Properly bind volume keys
Partially addresses https://invent.kde.org/plasma/plasma-mobile/-/issues/328

Apparently in in Qt 6 the "shortcut" property in QAction no longer maps properly to the given Qt key??

Qt.Key_VolumeUp/Qt.Key_VolumeDown -> no key

Then I tried putting in Qt.Key_A which mapped to Qt.Key_Ctrl + Qt.Key_Q... Using the `shortcuts` property made it work properly here.

This will be obsolete with Plasma 6.1 https://invent.kde.org/plasma/plasma-pa/-/merge_requests/221
2024-03-19 21:56:48 -04:00
..
AudioApplet.qml Port mobileshell plugins to ecm_add_qml_module 2023-11-02 11:08:17 +00:00
DeviceListItem.qml audio: Refactor applet and extract singleton to MobileShellState 2023-03-16 07:21:01 +00:00
icon.js audio: Refactor applet and extract singleton to MobileShellState 2023-03-16 07:21:01 +00:00
ListItemBase.qml Remove versioning from PlasmaCore module imports 2023-09-05 09:34:49 -06:00
PopupCard.qml Port away from PlasmaCore and PlasmaExtras to Kirigami 2023-07-25 01:13:52 +00:00
StreamListItem.qml port to Kirigami.Icon 2023-08-18 09:08:07 +00:00
VolumeOSD.qml Port mobileshell plugins to ecm_add_qml_module 2023-11-02 11:08:17 +00:00
VolumeOSDProvider.qml volumeosd: Properly bind volume keys 2024-03-19 21:56:48 -04:00
VolumeOSDProviderLoader.qml Port mobileshell plugins to ecm_add_qml_module 2023-11-02 11:08:17 +00:00