mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: Sep. 14 2005,14:43 |
|
Your .fluxbox/keys syntax is correct. The command for the menu is "somemodifier somekey :RootMenu". I'm guessing that your keymapping is the problem. Maybe there's a conflict with another F13 mapping? I can't remember exactly how i had the windows keys set up in DSL (so much reconfiguring to do...so much...), but i used "xmodmap $HOME/.Xmodmap" intead of the -e option. The file had something similar to this in it: clear mod3 clear mod4 keycode 115 = Super_L keycode 116 = Super_R add mod4 = Super_L add mod3 = Super_R
For reloading the fluxbox config, you could set up a hotkey with the ":Reconfigure" command instead of restarting X (it could be "Reconfig"...can't remember for sure).
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|