| Line 4: | Line 4: | ||
* Communicate to lirc through solid | * Communicate to lirc through solid | ||
| − | + | * Integrate solid backend into kdelirc frontend | |
| + | * Cycle mode function (see [https://bugs.kde.org/show_bug.cgi?id=134060 Bug 134060]) | ||
=== Long time goals / ideas === | === Long time goals / ideas === | ||
In this section are some ideas and features listened, were discussing about. Maybe these will be implemented in a further release of kdelirc. | In this section are some ideas and features listened, were discussing about. Maybe these will be implemented in a further release of kdelirc. | ||
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);
It should be something like:
<action objid="Player" class="volumeup">
<name>Increase volume</name>
<comment></comment>
<someNewTagName>
VolumeSet(VolumeGet() + 10);
</someNewTagName>
</action>