"B. Zhang" <[EMAIL PROTECTED]> top posts (corrected): > 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..... > - use xev to find the keycode of the win-logo key, for me it is 115. > - in your .xsession for example, add > xmodmap -e 'keycode 115 = winlogo' > - then > Key winlogo A N Popup RootMenu
On this list, please don't top post. On my system, that doesn't work. The keysym must be one of the keys listed in /usr/include/X11/keysymdef.h. (without the XK_ prefix.) Pick any unused keysym you like. -- Dan Espen E-mail: [EMAIL PROTECTED] -- 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]
