Multiple global shortcuts for the same action

13

5

In KDE4, I want to be able to change my sound volume both with the built-in Volume Up key as well as Meta+U.

While I can define alternate keybindings for all program-wide actions, there is no such column in the Global System Shortcuts settings. How can I define multiple global keyboard shortcuts for the same action?

phihag

Posted 2011-12-27T22:50:57.960

Reputation: 2 557

I haven't used KDE in a long time, but couldn't you have a shortcut to run a DBUS command to up the volume too? – supercheetah – 2013-06-26T20:19:52.737

Like @supercheetah suggests, I have also gone the DBUS route with a very simple python script to adjust my screen brightness under GNOME 3's fallback mode, since it doesn't offer a screen brightness applet anymore, after GNOME 2. – rbrito – 2013-08-20T02:17:59.050

Answers

2

You might look into a program like AutoKey. https://code.google.com/p/autokey/

PsychoData

Posted 2011-12-27T22:50:57.960

Reputation: 1 331