lircmd.html
来自「很少见的linux下的红外口的工具」· HTML 代码 · 共 104 行
HTML
104 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><HTML> <HEAD> <TITLE>LIRC - Linux Infrared Remote Control</TITLE> <LINK REL=stylesheet TYPE="text/css" HREF="../lirc.css"> <META NAME="description" CONTENT="LIRC - Linux Infra-red Remote Control"> <META NAME="keywords" CONTENT="linux, kernel module, remote control, animax, multimedia"> </HEAD> <BODY BACKGROUND="../images/marb18.jpg" BGCOLOR="#FFFFFF" TEXT="#000000" ALINK="#8080FF"> <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0"> <TR> <TD CLASS="menu" WIDTH="100%" HEIGHT="150"> <IMG SRC="../images/diode.gif" ALT="" WIDTH="300" HEIGHT="150" BORDER="0" HSPACE="20" VSPACE="0" ALIGN="LEFT"> <IMG SRC="../images/lirc.gif" ALT="" WIDTH="300" HEIGHT="150" BORDER="0" HSPACE="20" VSPACE="0" ALIGN="RIGHT"> </TD> </TR> <TR> <TD WIDTH="100%"> <BR> <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0"> <TR> <TD WIDTH="15%"> <BR></TD> <TD WIDTH="70%" ALIGN="LEFT" VALIGN="TOP"> <BR><!-- Text ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --><H1>LIRCMD</H1><HR><A NAME="lbAB"> </A><H2>NAME</H2>LIRC mouse daemon - translates infrared signals into mouse events<A NAME="lbAC"> </A><H2>SYNOPSIS</H2><B>lircmd</B><I>0.6.6 </I>[<I>options</I>] [<I>config-file</I>]<A NAME="lbAD"> </A><H2>DESCRIPTION</H2>This daemon can simulate a MouseSystems, IntelliMouse or IMPS/2 type mouse. Itgets the received buttons from lircd and converts them to mouse events. Tomake this possible, lircmd needs a config file locatedin /etc/lircmd.conf. In this file you have to determine whichbutton from which remote causes a mouse move or a mouse button click.<DL COMPACT><DT><B>-h</B> <B>--help</B><DD>display this message<DT><B>-v</B> <B>--version</B><DD>display version<DT><B>-n</B> <B>--nodaemon</B><DD>don't fork to background</DL><A NAME="lbAE"> </A><H2>OPTIONS</H2>If you provide the --nodaemon option lircmd won't fork to background.<A NAME="lbAF"> </A><H2>FILES</H2>lircmd will use syslogd to output error messages. It depends on yoursystem configuration where they will show up.<A NAME="lbAG"> </A><H2>DAEMONS</H2>lircd and lircmd are daemons. You should start them in some init scriptdepending on your system. There are some example scripts for differentdistributions in the contrib directory. lircmd has to be started afterlircd as it connects to the socket lircd provides.<P>If you start lircd or lircmd from your shell prompt you will usually getback immediately to the prompt. Often people think that the program hasdied. But this is not an error. lircd and lircmd are daemons. Daemonsalways run in background.<A NAME="lbAH"> </A><!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> <BR><BR> <CENTER>[<A HREF="http://www.lirc.org/">LIRC homepage</A>]<BR> <I>The LIRC Manual, last update: 12-Sep-2002</I></CENTER> <BR><BR> </TD> <TD WIDTH="15%"> <BR></TD> </TR> </TABLE> </TD> </TR> <TR> <TD CLASS="menu" WIDTH="100%"> <BR> </TD> </TR> </TABLE> </BODY></HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?