Difference between revisions of "WxKeyboardTester"

From FreekiWiki
Jump to navigation Jump to search
(more info)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
# get a standard Debian Lenny system
+
== install ==
# install libxml-mini-perl and libfile-find-rule-perl
+
* install the wx-keyboard-tester package
## apt-get install libxml-mini-perl libfile-find-rule-perl
+
 
# install http://people.debian.org/~ryan/libwx-perl_0.93-1~bpo50+1_i386.deb
+
== using ==
## wget http://people.debian.org/~ryan/libwx-perl_0.93-1~bpo50+1_i386.deb
+
* Log out and back in using the "wxKeyboardTester" Session (instead of a desktop manager)
## dpkg -i libwx-perl_0.93-1~bpo50+1_i386.deb
+
* There are settings and ability to switch to the mouse testing software from here
## apt-get install -f
+
 
# get a clone of git://git.freegeek.org/git/wxKeyboardTester
+
[[Category: Coders]]
## apt-get install git-core
 
## cd /root/
 
## git clone git://git.freegeek.org/git/wxKeyboardTester
 
# in some init script:
 
  xinit /root/wxKeyboardTester/bin/keyboard.pl
 
  shutdown -h
 
## save that into /etc/init.d/wx-keyboard-tester
 
## update-rc.d wx-keyboard-tester defaults
 

Latest revision as of 17:12, 3 November 2012

install

  • install the wx-keyboard-tester package

using

  • Log out and back in using the "wxKeyboardTester" Session (instead of a desktop manager)
  • There are settings and ability to switch to the mouse testing software from here