pkgsrc/x11/xkbset/DESCR
hubertf c46615f8b7 Add xkbset 0.3:
xkbset is a program rather like xset in that it allows you to set
various features of the X window interface.  It allows one to configure
most of the options connected with the XKB extensions.  They are described
in Section 10 of XKBlib.ps.


XXX

With this program, X can be made to work on a Toshiba Portege 3000
wwwiiittthhhooouuuuttt key repeating. Just put this into your
.xinitrc / .xsession:

	xkbset exp bo
	xkbset bo

Thanks to erik.berglund@deployit.biz for this hint!
2002-09-23 15:39:46 +00:00

17 lines
888 B
Text

xkbset is a program rather like xset in that it allows you to set
various features of the X window interface. It allows one to configure
most of the options connected with the XKB extensions. They are described
in Section 10 of XKBlib.ps.
This includes customizing the following:
MouseKeys: using the numeric pad keys to move the mouse;
StickyKeys: where modifiers like control and shift will lock until the
next key press (good for one finger typing);
SlowKeys: The keys will not work unless they are pressed for a certain
amount of time;
BounceKeys: If a key is pressed more than once rapidly, only one key
press will be registered.
I also include a gui program mskacc-gui which is a GUI program to play
with the mousekeys acceleration parameters. It is written in Perl/Tk,
so Perl/Tk will need to be installed on your machine.