Roel B Sarmiento wrote:
we have this terminal intended only for CLI
and we\'re going to use X on it thru a separate
X-server.
our problem is that it has no mouse port (serial, PS/2,USB and cant be upgraded)
and the application the we are going to use has no <TAB> access on its GUI.
how do we survive this crisis?
TIA
XFree86 comes with a utility named "xf86cfg" that is used for graphical configuration of X. (try v4.2.0) open a new xterm and run it. then you will have a mouse pointer that can be controlled by the keyboard's numeric keypad (ala MS Accessibility) single/ double click supported. i haven't tried the left mouse click though. * segmentation fault may occur if xf86cfg detects a valid mouse interface/port. if you're using KDE, you can also use DCOP to access the app's GUI thru command line. it is also compatible with scripting languages such as perl, phython, etc for remote CLI access. recommended for script kiddies (?). read more about it at http://developer.kde.org/documentation/tutorials/automation/index.html goodluck! _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
