Neverendingo (Talk | contribs) m (Text replace - "<code xml>" to "<syntaxhighlight lang="xml">") |
Neverendingo (Talk | contribs) m (Text replace - "<code>" to "<syntaxhighlight lang="text">") |
||
| Line 14: | Line 14: | ||
* 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: | * 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: | ||
| − | < | + | <syntaxhighlight lang="text"> |
VolumeSet(VolumeGet() + 10); | VolumeSet(VolumeGet() + 10); | ||
</code> | </code> | ||
Contents |
See the feature plan for KDE 4.4.
In this section are some ideas and features listened, were discussing about. Maybe these will be implemented in a further release of kdelirc.
VolumeSet(VolumeGet() + 10);
</code>
It should be something like:
<syntaxhighlight lang="xml">
<action objid="Player" class="volumeup">
<name>Increase volume</name>
<comment></comment>
<someNewTagName>
VolumeSet(VolumeGet() + 10);
</someNewTagName>
</action>
</code>
==== Frontend ====
* Merge add action and edit action dialog into one dialog
* KNewStuff for profiles