<div class="markdown">
<p dir="auto">I've picked up this same idea, and am trying to use it with different keybindings, also with the Gmail keybinding active. Unfortunately none of the following seem to work as hoped, even after a re-start.</p>

<pre><code>"1" = ( "moveToMailbox:", "_todo" );
"@1" = ( "moveToMailbox:", "_todo" );    // ie, cmd-1
"@!" = ( "moveToMailbox:", "_todo" );    // ie, cmd-shift-1
</code></pre>

<p dir="auto">Pressing 1 moves between the two most recent messages in the list instead.<br>
Cmd-Shift-1 moves between the two most recent messages in the list, it seems.<br>
Cmd-1 is bound to View->Layout->Correspondence.</p>

<p dir="auto">The longer form of the tag/folder name doesn't work either:</p>

<pre><code>"1" = ( "moveToMailbox:", "imap://jonathan%40clarksonline.me.uk@imap.gmail.com/_todo" );
</code></pre>

<p dir="auto">As far as I can tell none of these codes are found in any of the system or user plists. So this has me confused. What am I missing?</p>

<p dir="auto">Thanks,</p>

<p dir="auto">-- Jonathan</p>

</div>