readme
来自「linux操作系统下的红外驱动的测试程序」· 代码 · 共 30 行
TXT
30 行
INTRODUCTION:IrKBD is the keyboard/mouse protocol use by the Tekram IR-660 dockingstation. Without this docking-station there is no use in this program.Keyboard input with IrKBD will only work when running X11 since the programfeeds raw scancodes back into the kernel again. HOWTO USE:One way of using irkbd is to let gpm read the input from /dev/irkbd. Thenext line is taken from my /etc/rc.d/init.d/gpm startup script.gpm -R -t $MOUSETYPE -M -t ps2 -m /dev/irkbdAs you can see, gpm will read both the internal and "external" mice. Gpmwill feed its output to /dev/gpmdata which can be read by X. Remember that gpm will output its data in MouseSystems format:Section "Pointer" Protocol "MouseSystems" Device "/dev/gpmdata" BaudRate 1200 Emulate3Timeout 50EndSectionSo now you should be able to use both your internal mouse and the externalconnected to the IrDA docking station.-- Dag
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?