add workaround for broken key
This commit is contained in:
parent
54954912a1
commit
a6cb436754
1 changed files with 10 additions and 0 deletions
|
|
@ -34,6 +34,16 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
shortcuts = {
|
||||||
|
# my volume down key broke as hell boy
|
||||||
|
kmix.decrease_volume = "Volume Mute";
|
||||||
|
kmix.decrease_volume_small = "Shift+Volume Mute";
|
||||||
|
kmix.increase_volume = "Volume Up";
|
||||||
|
kmix.increase_volume_small = "Shift+Volume Up";
|
||||||
|
kmix.mute = "Sleep";
|
||||||
|
org_kde_powerdevil.Sleep = [ ];
|
||||||
|
};
|
||||||
|
|
||||||
panels = [
|
panels = [
|
||||||
# Application name, Global menu and Song information and playback controls at the top
|
# Application name, Global menu and Song information and playback controls at the top
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue