On Wed, 12 May, indifference_engine wrote:

> Hold your breath for 0.61 ;)

I've just installed the SqueezeIR plugin on my Controller, downloaded
SR6.lirc, set up a small and simple SqueezeIR.xml file, uploaded both to
the controller and ... everything works as advertised. :-)

Cool! Thanks for this plugin!

Just two minor things, the first of which most likely is a
misconfiguration on my side. Part of my configuration looks like this:

            <key ID="volume_up">
                <events>
                    <event ID="press">
                        <override>true</override>
                        <actions>
                            <action order="1">
                                <remote>NAD_SR6</remote>
                                <command>vol+</command>
                            </action>
                        </actions>
                    </event>
                    <event ID="hold">
                        <override>true</override>
                        <actions>
                            <action order="1">
                                <remote>NAD_SR6</remote>
                                <command>vol+</command>
                            </action>
                        </actions>
                    </event>
                </events>
            </key>

It works very nicely for pressing the button. However, when holding
nothing happens, and when releasing then one single "press" action
happens. Can I configure the "hold" action to constantly emit the
action while holding the key?

Another question: Is something like stateful toggling possible or
planned for the future? So that you can use the same key to send two
alternating sequences (i.e. to make Power On / Power Off the same key).

-- 
Stefan Bellon
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to