Skip to content
Commit 3192c0ca authored by Devin Lin's avatar Devin Lin 🎨
Browse files

volumeosd: Properly bind volume keys

Partially addresses plasma/plasma-mobile#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 plasma/plasma-pa!221
parent 52b13f44
Pipeline #637912 passed with stage
in 3 minutes and 10 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment