> Maybe I was unclear. I have xkeycaps and the resulting xmodmap.
> What I want to
> do is configure it from XF86Config for a system-wide config,
> rather than from
> .xsession for a user-specific one. Of course then I'll probably
> have to mangle
> the source to get fvwm2 to spot the keys as a modifier....
Take a close look at /etc/X11/xinit/xinitrc (snipped):
sysmodmap=/usr/X11R6/lib/X11/xinit/Xmodmap
oldsysmodmap=/usr/X11R6/lib/X11/xinit/.Xmodmap
# merge in defaults and keymaps
if [ -f $oldsysmodmap ]; then
xmodmap $oldsysmodmap
fi
if [ -f $sysmodmap ]; then
xmodmap $sysmodmap
fi
And since /usr/X11R6/lib/X11 is the same as /etc/X11,
you simply have to create /etc/X11/xinit/Xmodmap.
Later,
Kenn
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!