On Wed, 23 Aug 2000, greg shebert wrote:
> hi there
>
> one of my users had num lock on today and the window manager seemed to
> be disregarding all keyboard input and mouse button input...
>
> is there something special that i have to put into my fvwm2rc file to
> make sure that the root mouse menus work even when numlock is on?
> -greg-
Num lock is a modifer. xmodmap will tell you which one, eg:
shift Shift_L (0x32), Shift_R (0x3e)
lock Caps_Lock (0x42)
control Control_L (0x25), Control_R (0x6d)
mod1 Alt_L (0x40)
mod2 Num_Lock (0x4d)
mod3 Mode_switch (0x71)
mod4 Super_L (0x73), Super_R (0x74)
mod5 Scroll_Lock (0x4e)
You can `xmodmap -e 'clear Mod2'`, but that will disable num lock, or you
can duplicate all your key/mouse bindings with and without Mod2 (tedious).
I believe the latest betas have an IgnoreModifier thingy you can also use.
--
"They're unfriendly, which is fortunate, really. They'd be difficult
to like."
-- Avon
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Thu Aug 24 2000 - 04:50:05 BST