[mythtv-users] Hauppauge remote question

Marc Alban malban at mail.utexas.edu
Mon Feb 19 18:35:12 UTC 2007


Jim Butler wrote:
> Once I am in mythgame I cannot exit it without using my keyboard.  How can I 
> map a button on the remote to the escape key?  I tried this and several 
> different versions but no luck.
>
> begin
>     prog = irxevent
>     button = BACK/EXIT
>     repeat = 3
>     config = Key Escape CurrentWindow
> end 
>
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
>   
This works for me:
.lircrc:
================================
# Escape Macro #
begin
 prog = irexec
 button = RED
 repeat = 3
 config = xmacroplay :0 < /home/mythtv/.mythtv/.escape_macro
end
================================

.escape_macro
================================
KeyStr Escape
================================

Marc


More information about the mythtv-users mailing list