chris_c
Member
- Joined
- Jun 25, 2010
- Messages
- 393
- Age
- 56
I couldn't see anyway to add a custom key in exaile when I remembered that exaile can be driven via dbus
Its worth noting that many other apps use dbus too, you can control a very wide range of things...
two useful apps you can use on the desktop to help you investigate an apps dbus interface are qbusviewer so you can run methods via a gui and dbus-monitor so you can double check the specifics of the message...
using the xfce keyboard settings application you can then set up a key to send a dbus message, in my case I used the command:
I selected the right shoulder button for ease of access when the pandora is closed up inside my coat pocket
Its worth noting that many other apps use dbus too, you can control a very wide range of things...
two useful apps you can use on the desktop to help you investigate an apps dbus interface are qbusviewer so you can run methods via a gui and dbus-monitor so you can double check the specifics of the message...
using the xfce keyboard settings application you can then set up a key to send a dbus message, in my case I used the command:
Code:
dbus-send --type=method_call --dest=org.exaile.Exaile /org/exaile/Exaile org.exaile.Exaile.Next