lee <[EMAIL PROTECTED]> writes: > But FVWM still can not read my xmodmap , like the question why FVWM > can read the command line "xmodmop -e 'keycode 222 = XF86Poweroff'" and > works correctly, but it can not read my setting in .Xmodmap regardless > of i append "xmodmap $HOME/.xmodmap" or not . > > I've used another method just set these into my .fvwm2rc file, like > this: > ... > InitFunction > + I Exec exec xmodmap $HOME/.xmodmap > ... > The problem still exists
That should be: AddToFunc InitFunction + I Exec exec xmodmap ~/.xmodmap On my system, the .xmodmap file should contain: keycode 222 = 86_Poweroff If I use the "XF", I get: home> xmodmap -e 'keycode 222 = XF86Poweroff' xmodmap: commandline:0: bad keysym name 'XF86Poweroff' in keysym list xmodmap: 1 error encountered, aborting. -- 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]
