On Sun, Jun 20, 2004 at 01:50:52PM +0800, lee wrote:
> This is my xmodmap list:
> learnman>$xmodmap
> xmodmap: up to 2 keys per modifier, (keycodes in parentheses):
> 
> shift Shift_L (0x32), Shift_R (0x3e)
> lock Caps_Lock (0x42)
> control Control_L (0x25), Control_R (0x6d)
> mod1 Alt_L (0x40), Alt_R (0x71)
> mod2 Num_Lock (0x4d)
> mod3
> mod4 Super_L (0x73), Super_R (0x74)
> mod5
> 
> I just want to popup the RootMenu when i press the win-logo key anywhere
> an d anytime! like this:
> 
> ### Key Keyname Context Action ######
> Key Pause A N Popup "Utilities"
> ..
> Key Keyname(what should i set?) A N(what should i set?) Popup RootMenu
> 
> I don't know the win-logo key is Modifier or a common key? if it is
> Modifiers ,but FVWM have predefined the "M" of Alt.
> 
> What i'll do correctly in my fvwm2rc? please.....
>

This should work:

# the windows key
Key Super_L             A       N       Action

# the menu key
Key Menu        A   N   Action

Or the windows key as modifier:

# winkey = Super_L = mod4
Key E           A       4       exec Eterm

--
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 [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to