Quoting "B. Zhang" <[EMAIL PROTECTED]>: > On Sun, Jun 20, 2004 at 07:13:54PM +0200, Michelle Konzack wrote : > > Am 2004-06-20 17:01:31, schrieb B. Zhang: > > >- 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 > > > > Hello, > > > > I have written my own keymap and I have for the three Buttons: > > > > ____ ( '/home/michelle/.xmodmap/de' ) ________________________________ > > / > > | keycode 115 = winlogo_L > > | keycode 116 = winlogo_R > > | keycode 117 = winmenu > > | > > | keycode 161 = XF86AudioLowerVolume > > | keycode 163 = XF86AudioRaiseVolume > > | keycode 176 = XF86AudioMute > > | keycode 162 = XF86AudioPause > > | keycode 146 = XF86AudioNext > > | keycode 164 = XF86AudioPrev > > | keycode 160 = XF86AudioStop > > \______________________________________________________________________ > > > > > > But if I load my keymap I get > > > > ____ ( 'xmodmap $HOME/.xmodmap/de' ) _________________________________ > > / > > | xmodmap: de:107: bad keysym name 'winlogo_L' in keysym list > > | xmodmap: de:108: bad keysym name 'winlogo_R' in keysym list > > | xmodmap: de:109: bad keysym name 'winmenu' in keysym list > > | xmodmap: 3 errors encountered, aborting. > > \____________________________________________ > > > > > > Why ? > I made a mistake as pointed out by Dan Espen. We must use a keysym name > defined in /usr/include/X11/keysymdef.h (for example F15, F20, ...). >
I belive the right keyseems for that are Super_L and Super_R for the window keys and menu for the menu key. For me they actually work out of the box using these. I didn't have to modify anything to use: Key Super_L A M Popup Window-Ops Key Menu A A Popup Root (I don't have a Super_R on my laptop's keyboard) > > > > > > The others XF86Audio* are working fine... > > > > Greetings > > Michelle > > > > -- > > Linux-User #280138 with the Linux Counter, http://counter.li.org/ > > Michelle Konzack Apt. 917 ICQ #328449886 > > 50, rue de Soultz MSM LinuxMichi > > 0033/3/88452356 67100 Strasbourg/France IRC #Debian (irc.icq.com) > > > -- > 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] > > +++++++++++++++++++++++++++++++++++++++++++ > This Mail Was Scanned By Mail-seCure System > at the Tel-Aviv University CC. > ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. -- 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]
