Commit Graph

6 Commits

Author SHA1 Message Date
Peter Jones
2146ecadc4
Correctly set shortcuts that have group names with dots (periods)
Some of the shortcut group names (i.e., krunner) have dots in their
names.  This change ensures that those settings are honored.

Before this change the setting for krunner would have been:

    [org][kde][krunner][desktop]
    _launch=...

And has been fixed so it's now:

  [org.kde.krunner.desktop]
  _launch=...
2022-07-15 13:31:50 -07:00
Peter Jones
f51ba145fc
hotkeys: Don't set DataCount=0 when there are no hotkeys
Fixes a bug that shows up when you use rc2nix and you have hotkeys
configured via the GUI.
2022-07-15 12:39:30 -07:00
Peter Jones
28a19f2292
hotkeys: Initial support for custom key shortcuts 2022-06-23 16:25:24 -07:00
Peter Jones
81431064af
shortcuts: Don't set programs.plasma.files if there are no shortcuts 2022-06-23 13:39:19 -07:00
Peter Jones
65e4ed1364
module: Add shortcuts module 2022-06-22 16:57:14 -07:00
Peter Jones
e1146da491
Initial Import 2022-06-22 16:57:08 -07:00