Wolfgang S. Rupprecht wrote:<br>&gt; add   mod4 = Super_L Menu<br clear="all"><br>Ah yes, xmodmap! I'd completely forgotten about that utility. Perhaps I hoped I'd never have to learn how to really use it.<br><br>Using your hints, I was able to get the Mod4 mappings to work in the current X session without rebooting or even restarting.
<br><br>xmodmap -e &quot;clear mod4&quot;<br>xmodmap -e &quot;add mod4 = Super_L&quot;<br><br>And BAM, they're back! I don't use that &quot;Menu&quot; key, but perhaps someday I will. Thanks, Wolfgang!<br><br>I migh<span>

t be able to help you with 3 out of the 5 keyboard mappings on your
wishlist. Hopefully you're using Metacity. I don't think there is a
binding for iconifying a window and I don't know how to incorporate a
mouse click, but the other three you mention:
<br><br>&lt;mod4&gt;f&nbsp;&nbsp;maximize<br>&lt;mod4&gt;h&nbsp;&nbsp;horizontal-maximize<br>&lt;mod4&gt;m&nbsp;&nbsp;vertical-maximize&nbsp;&nbsp;<br><br>can be mapped exactly as you specify using gconf-editor and navigating to </span>&quot;apps-&gt;<span name="st">


metacity</span>-&gt;window_keybindings&quot; and creating mappings. You can also do it from the command line:<br><br>gconftool-2 -t string -s \<br>&nbsp; /apps/metacity/window_keybindings/maximize \<br>&nbsp; &quot;&lt;Mod4&gt;f&quot;
<br>gconftool-2 -t string -s \<br>
&nbsp; /apps/metacity/window_keybindings/maximize_horizontally \<br>&nbsp; &quot;&lt;Mod4&gt;h&quot;<br>gconftool-2 -t string -s \<br>
&nbsp; /apps/metacity/window_keybindings/maximize_vertically \<br>&nbsp; &quot;&lt;Mod4&gt;m&quot;<br><br>Looks like metacity will continue to manage my windows, at least until compiz works with my hardware. :)<br clear="all"><br>
-- <br>Adam Monsen