readme.kde
来自「嵌入式linux下液晶编程院代码, 可以在LINUX2.4内核下运行」· KDE 代码 · 共 43 行
KDE
43 行
## $Id: README.KDE,v 1.1 2000/04/03 06:53:09 reinelt Exp $#This is the README file for the KDE integration of lcd4linuxFirst: lcd4linux is NO KDE program!But: lcd4linux with the X11-driver can be integrated in KDE, so that itdrives a little window in the KDE panel.This so called 'swallowing on panel' can be accomplished by using a .kdelnkfile and a special configuration. Both files come with this package, but shouldbe adopted to your needs.The KDE panel windows must have a size of 45x45 pixels. We get this size byusing a size of 6x5 characters, each character has 6x8 pixels. By usinga horizontal gap of 1 pixel between characters, we get a size of horizontal: 6 chars * 6 pixels + 5 gaps = 41 pixelsvertical: 5 chars * 8 pixels = 40 pixelsWith a border size of 2 pixels this gives a size of 45 x 44 pixels. Great!I prefer using 5 vertical bars (load avg, CPU busy, CPU system, disk read+write,network receive+transmit, ISDN in+out), but you use any other combination youlike.INSTALLATION:* download and compile lcd4linux* edit lcd4linux.kdelnk and copy to $KDEDIR/share/applnk/apps/System* copy lcd4linux.xpm to $KDEDIR/share/icons* copy lcd4kde.conf to /etc* create a /etc/lcd4X11.conf (this will be used if you start lcd4linux from the menu or by clicking on the panel window* use "Panel/Add Application" from the K menu to create a panel entry* restart KPanelEnjoy!
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?