Markus Grunwald wrote:
> Hi !
> 
> > > Is it possible to use the windows keys as modifyers? I would like to use the rightmost (menu) key in combination with cursor to change desktop pages...
> > > 
> > 
> > Yup. First run xev to find out what codes are generated by that keys.
> > Optional use xmodmap to redefine the KeySym and the write bindings
> > in your rc file.
> 
> Sounds good - but my problem begins with the fvwm configuration... How do I use these Keys as Modifyers ? All I know is how they work as "normal" Keys, as in:
> 
Oops. I've misunderstood you.
AFAIK there are several modifiers in X protocol. (at least,
man n bind mentions Mod[1-5] along with control and meta).
So you can try to xmodmap window key to unused one and then use it in fvwmrc.
I don't know how to do it.
> # Super Moves Screen left/up,
> # Hyper/Menu         right/down
> Key Super_R	A	N	Scroll -100000 +0
> Key Super_R 	A   S   Scroll +0 -100000
> Key Menu	A	N	Scroll +100000 +0
> Key Menu    	A   S   Scroll +0 +100000
> 
> Does
> 
> Key Up		A   Menu Scroll .....
> work ???
> 
> -- 
> Markus Grunwald
> 
> Registered Linux User Nr 101577      PGP Key:
> http://counter.li.org                http://www.grunwald.2xs.de
-- 
Best regards, Maxim F. Ischenko.
--
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 Jun 28 2001 - 02:02:59 BST