Can anyone tell me what's wrong with my syntax here. I'm trying to bind mod5 (mode_switch) to the minimize function, so that when I use my right_control + Tab, it minimizes the window. I thought this would work
Key Tab W 5 Iconify I also tried Key m W 5 Iconify thinking that maybe tab was misbehaving. xev for the right control button shows keycode 109(keysym 0xff7e, Mode_switch) when I press and release the right control button. xmodmap -pm shows mod5 Mode_switch (0x5d), ISO_Level3_Shift (0x7c) I'm using a custom xmodmaprc file that has successfully allowed me to use right_control to use custom german letters in my apps. The corresponding line in the file looks like this Keycode 38 = a A adeaeresis Adeaeresis if that matters. I'm not sure what I'm missing, but I have never been able to really understand keybindings. Thanks for any help ~ Chris -- christopher <[EMAIL PROTECTED]>