<div class="markdown">
<p dir="auto">On 13 Sep 2013, at 15:50, Zvi Biener wrote:</p>

<blockquote>
<p dir="auto">Since we are on the subject of keybinding: is it possible to bind multiple actions to a single key? For example, let "/" be moveToMailbox: X and then mailboxSearch: .</p>

<p dir="auto">I've tried some grammar options, but trial and error didn't crack it, if it is even possible.</p>
</blockquote>

<p dir="auto">Yes, you can define an array of key bindings like this:</p>

<pre><code>"/" = ( "goToMailbox:", "archive", "mailboxSearch:" );
</code></pre>

<p dir="auto">-- <br>
Benny</p>

</div>