<div class="markdown">
<p dir="auto">On 22 Aug 2013, at 0:33, Daniel Mann wrote:</p>

<blockquote>
<p dir="auto">Is there any syntax available for a custom keybinding to close the message window and return to the message list?</p>
</blockquote>

<p dir="auto">That would be the standard method <a href="https://developer.apple.com/library/mac/documentation/cocoa/reference/ApplicationKit/Classes/NSWindow_Class/Reference/Reference.html#//apple_ref/occ/instm/NSWindow/performClose:"><code>performClose:</code></a>.</p>

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

</div>