<div dir="ltr">On Tue, Jun 11, 2013 at 5:07 PM, Jim Rees <span dir="ltr"><<a href="mailto:rees@umich.edu" target="_blank">rees@umich.edu</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
I've got several keybinds with multiple actions. Is that not working for<br>
you? What happens?<br></blockquote><div><br></div><div>Whether I use</div><div>    <!-- Launch gedit --></div><div>    <keybind key="W-g"></div><div>      <action name="Execute"></div>
<div>        <command>gedit</command></div><div>      </action></div><div>    </keybind><br></div><div><br></div><div>Or</div><div><br></div><div>    <!-- Launch gedit --></div><div>    <keybind key="W-g"></div>
<div>      <action name="Execute"></div><div>        <command>gedit</command></div><div>      </action></div><div>     <action name="Undecorate"/></div><div>    </keybind></div>
<div> </div><div>The result is the same either way. Gedit (a text editor) continues to open with a title bar and the min, max, and close buttons.</div><div><br></div></div></div></div>