Added lirc.
[irreco.git] / lirc-0.8.4a / doc / html / ircat.html
blobc044ccb6b212aed66c5e96c2dd80b79d02de54c7
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
3 <HTML>
4 <HEAD>
5 <TITLE>LIRC - Linux Infrared Remote Control</TITLE>
6 <LINK REL=stylesheet TYPE="text/css" HREF="../lirc.css">
7 <LINK REL="shortcut icon" HREF="../favicon.ico">
8 <META NAME="description" CONTENT="LIRC - Linux Infra-red Remote Control">
9 <META NAME="keywords" CONTENT="linux, kernel module, remote control, animax, multimedia">
10 </HEAD>
12 <BODY BACKGROUND="../images/marb18.jpg"
13 BGCOLOR="#FFFFFF" TEXT="#000000" ALINK="#8080FF">
14 <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
15 <TR>
16 <TD CLASS="menu" WIDTH="100%" HEIGHT="150">
17 <IMG SRC="../images/diode.gif" ALT=""
18 WIDTH="300" HEIGHT="150" BORDER="0" HSPACE="20"
19 VSPACE="0" ALIGN="LEFT">
20 <IMG SRC="../images/lirc.gif" ALT=""
21 WIDTH="300" HEIGHT="150" BORDER="0" HSPACE="20"
22 VSPACE="0" ALIGN="RIGHT">
23 </TD>
24 </TR>
25 <TR>
26 <TD WIDTH="100%">&#160;<BR>
27 <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
28 <TR>
29 <TD WIDTH="15%">&#160;<BR></TD>
30 <TD WIDTH="70%" ALIGN="LEFT" VALIGN="TOP">&#160;<BR>
32 <!-- Text ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
34 <H1>IRCAT</H1>
35 <HR>
37 <A NAME="lbAB">&nbsp;</A>
38 <H2>NAME</H2>
40 ircat - print strings when pressing buttons
41 <A NAME="lbAC">&nbsp;</A>
42 <H2>SYNOPSIS</H2>
44 <B>ircat</B>
46 [<I>options</I>] <I>&lt;prog&gt;</I>
47 <A NAME="lbAD">&nbsp;</A>
48 <H2>DESCRIPTION</H2>
50 This program prints config strings to standard output. It can be used
51 to provide remote control input to scripts and to debug your .lircrc
52 file.
53 <P>
54 The argument to the program is the program name, as it
55 appears in the prog entries in .lircrc.
56 <DL COMPACT>
57 <DT><B>-h</B> <B>--help</B><DD>
58 display usage summary
59 <DT><B>-v</B> <B>--version</B><DD>
60 display version
61 <DT><B>-c</B> <B>--config=</B>&lt;file&gt;<DD>
62 set config file
63 </DL>
64 <A NAME="lbAE">&nbsp;</A>
65 <H2>EXAMPLES</H2>
67 If .lircrc contains:
68 <P>
69 <PRE>
70 begin
71 prog = myprog
72 button = tv_p+
73 config = next_file
74 end
75 </PRE>
77 <P>
78 then
79 <BR>&nbsp;
80 <PRE>
81 $ ircat myprog
82 </PRE>
84 <P>
85 will print &quot;next_file&quot; (followed by newline) every time the
86 button tv_p+ is pressed.
87 <A NAME="lbAF">&nbsp;</A>
89 <!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
91 <BR><BR>
92 <CENTER>[<A HREF="http://www.lirc.org/">LIRC homepage</A>]<BR>
93 <I>The LIRC Manual, last update: 12-Oct-2008</I></CENTER>
94 <BR><BR>
95 </TD>
96 <TD WIDTH="15%">&#160;<BR></TD>
97 </TR>
98 </TABLE>
99 </TD>
100 </TR>
101 <TR>
102 <TD CLASS="menu" WIDTH="100%">&#160;<BR>
103 </TD>
104 </TR>
105 </TABLE>
106 </BODY>
107 </HTML>