What are the modifiers on your mouse definitions?
I am using A, which means that wether the num lock is up or down, it works
the
same. Here is the section defining mouse clicks on the root window
(context R)
from my .fvwm2rc:
############################################################################
# MOUSE Setup
#
# First, the root window. Button 1 brings up the Main Menu. B2 is the
# window operations list, and B3 is the winlist module
# Button Context Modifi Function
Mouse 1 R A Menu RootMenu Nop
Mouse 2 R A Menu Window-Ops Nop
Mouse 3 R A WindowList UseIconName NoGeometry
This causes the function to be called regardless of the modifier (CTRL,
Shift,
NumLock, etc). If you have seperate function for shift-button1, and
button1
without a modifier, just make 2 entries for each function. One would have
just
the modifier you want (like C for ctrl), the other would have the modifier
and
3 (like C3).
Look at another section for keys that I use:
############################################################################
# KEYBOARD Setup
#
# press arrow + control anywhere, and scroll by 1 page
Key Left A C Scroll -100 +0
Key Right A C Scroll +100 +0
Key Up A C Scroll +0 -100
Key Down A C Scroll +0 +100
Key Left A C3 Scroll -100 +0
Key Right A C3 Scroll +100 +0
Key Up A C3 Scroll +0 -100
Key Down A C3 Scroll +0 +100
This is used to scroll to other pages within a desktop. The 'duplicate'
definitions allow the same functionality in the event the NumLock is on.
Regards
Lou
riccardo_at_u.washington.edu wrote:
> Hi
> My Meta key (CTRL) doesn't work when Num Lock is turned on.
> For instance I am not able to move between virtual desktops with
> ctrl-arrow.
> And when I try to use ctrl-S in nedit (save file) I get a <dc3> instead,
> and a <etb> when punching ctr-w (close).
>
> Is this a problem with fvwm?
> I run redhat 6.2 on a P2. The keyboard is standard IBM-style Keytronic.
> It has a converter from 5 pin DIN to PS2 to fit the machine.
>
> /riccardo
> __
> email: riccardo_at_u.washington.edu
> --
> 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.
--
Louis LeBlanc - Software Engineer - Mirror Image Internet, Inc.
http://www.mirror-image.com Louis.LeBlanc_at_mirrorimage.net
Phone: 781.376.1186 Fax:781.376.1110
--
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 Fri Aug 11 2000 - 07:16:18 BST