On Sat, Sep 11, 2004 at 12:13:48PM -0700, Scott Robinson wrote: > I tried that setting. (See my current X config attached.) > > The behavior still occurs. [...] > Option "XkbRules" "xfree86" > Option "XkbModel" "pc104" > Option "XkbLayout" "dvorak" > Option "XkbOption" "altwin:super_win"
To reproduce your settings, I ran: $ setxkbmap -model pc104 -layout dvorak -option -option altwin:super_win $ killall WindowMaker && metacity I am then able to switch between windows with any window key + Tab. My $HOME/.gconf/apps/metacity/global_keybindings/%gconf.xml contains: <entry name="switch_windows" mtime="1094910045" type="string"> <stringvalue><Mod4>Tab</stringvalue> </entry> It also works when set to "<Super>Tab" with gconf-editor. Some GNOME component surely alter X settings, but I can't help much. If you can reproduce the steps above, I would say that this bug can be closed if a note is added to some README file to help people upgrading from woody. On fresh installs, I believe that this option should be set by default for pc104/pc105 keyboards. Denis