[mythtv-users] mapping control character for lirc
Michael T. Dean
mtdean at thirdcontact.com
Wed May 30 21:46:25 UTC 2007
On 05/30/2007 04:50 PM, Dr. Johannes Zellner wrote:
> How can I use Control characters with ~/.mythtv/lircrc
>
> I used according to some documentation a backslash like
>
> begin
> prog = mythtv
> button = Play
> config = \P
> end
>
> but this didn't work. Any ideas?
>
Myth uses QT key sequence parsing for LIRC config names, so you use
something like:
begin
prog = mythtv
button = play
config = Ctrl+P
repeat = 0
delay = 5
end
Mike
More information about the mythtv-users
mailing list