(Created page with '== kdelirc Plans == === KDE 4.4 === See the feature plan for KDE 4.4. * Communicate to lirc through solid === Long time goals / id...') |
|||
| Line 9: | Line 9: | ||
* Provide plasma data engine | * Provide plasma data engine | ||
* Multi application profiles | * Multi application profiles | ||
| − | + | * Look for a way to do more complex action into profile not calling only one simple dbus method. At moment we can't do something like increase volume on amarok because we need to do something like: | |
<code xml n> | <code xml n> | ||
Contents |
See the feature plan for KDE 4.4.
VolumeSet(VolumeGet() + 10);
It should be something like:
<action objid="Player" class="volumeup">
<name>Increase volume</name>
<comment></comment>
<someNewTagName>
VolumeSet(VolumeGet() + 10);
</someNewTagName>
</action>