Skip to content

Bind 0-9, M, Menu keys when ListItemBase (slider) is focused.

Chris Holland requested to merge cholland/plasma-pa:work/keynav into master

0..9 and M are the same shortcuts as alsamixer.

  • 0 sets volume to 0%.
  • 1 sets volume to 10%.
  • ...
  • 9 sets volume to 90%.
  • M toggles mute.
  • Menu button opens the contextmenu (the key next to RightCtrl).
  • Enter will click the default device RadioButton.

A later patch will add Arrow Key navigation. I'm still working out how to navigate between multiple ListViews. I think I reread kickerdash to see how it does it.

Merge request reports