LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Mod4 fluxbox (https://www.linuxquestions.org/questions/linux-general-1/mod4-fluxbox-99555/)

chrismiceli 10-02-2003 05:03 PM

Mod4 fluxbox
 
My mod4 key isn't being recognized. when I have an entry in my keys files like this
Mod4 e :ExecCommand mozilla
"windows" key + e doesn't do anything, in fact, no "windows" key combination works. Can anyone offer any advice, I am running version 0.1.14

chrismiceli 10-04-2003 09:33 PM

figured out how to fix it for anyone who finds this thread later on. Make a file in your home directory called .xmodmaprc and inside it contain this.

Quote:

clear Mod4
keycode 115 = Super_L
keycode 116 = Super_R
add Mod4 = Super_L
add Mod4 = Super_R
Your key codes might be a little different, use xev to find them out. Then on the first line of your .xinitrc file, add this
xmodmap ~/.xmodmaprc

and vwala.


All times are GMT -5. The time now is 12:27 AM.