[mythtv-users] Frontend: Watch Recordings - Search List

Stephen Worthington stephen_agent at jsw.gen.nz
Sun Dec 29 14:29:00 UTC 2013


On Sun, 29 Dec 2013 07:34:44 -0500, you wrote:

>tortise wrote:
>> I've added this feature to the wiki but have not found how one does
>> this with an IR remote, can one do this also using a remote using the
>> numerical alphnumerical keys to enter search text? 
>
>According to the LIRC config page(1), one only has to enter a \S to send
>CTRL-S, but I'm not succeeding.  My LIRC config below:
>
>begin
>    prog = mythtv
>    button = KEY_CHANNELUP
>    repeat = 0
>    config = \S
>end
>
>
>(1) http://www.lirc.org/html/configure.html#lircd.conf_format
>
>
>Doug

I have this in my MythTV LIRC config:

begin
    remote = mceusb
    prog = mythtv
    button = KEY_HOME
    config = Ctrl+Alt+Return
    repeat = 0
    delay = 0
end

That works, so I think you need to change that \S to Ctrl+S.


More information about the mythtv-users mailing list