>>>>> "Eric" == "Eric F Kahler (ekahler_at_mars superlink net)" <ekahler_at_mars.superlink.net> writes:
Eric> In my .fvwmrc the Left ALT key combined with the F1 key pops
Eric> up the menu. I'd like to bind the Left Window key which has
Eric> a keycode of 115 (as Ted found using xev).
Eric> Having read the man page on xmodmap, it seems I need to bind
Eric> the keycode 115 to the keysyms of both the "Left ALT" and
Eric> "F1" keys.
I think what you really want to do is bind the keycode 115 to just any
random keysym ... but one you're not already using. Try:
xmodmap -e "keycode 115 = sterling"
which will make that key send the keysym for Pounds Sterling, which
you almost definitely don't have anywhere else on your keyboard.
Then, in your .fvwmrc, use ``Key sterling <args...>'' to have that key
activate whatever you want.
--
Sean Kelly
NOAA Forecast Systems Laboratory kelly_at_fsl.noaa.gov
Boulder Colorado USA http://www-sdd.fsl.noaa.gov/~kelly/
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Wed Feb 28 1996 - 13:43:42 GMT