📄 readme
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -