<div class="markdown">
<p dir="auto">On 24 Mar 2015, at 15:26, Michael Sale wrote:</p>

<blockquote>
<p dir="auto">I'm trying to fiddle with some of the key bindings for my OmniFocus bundle<br>
but I'm not sure after looking at Brett Terpstra's web page what I do and<br>
do not need to actually change given the now-bundled bundle.</p>
</blockquote>

<p dir="auto">His example is actually the “correct” way to do it, but you need his entire example bundle. I usually don't tell users to do this since it's a bit cumbersome to create it.</p>

<p dir="auto">Note the delta-stuff which tells MailMate that this is a change to the default bundle:</p>

<blockquote>
<pre><code>{
  changed = {
      keyEquivalent = "\UF704";
  };
  isDelta       = 1;
  uuid          = '03B35B47-9836-4EE1-9AFF-0D01D6F249F0';
}
</code></pre>
</blockquote>

<p dir="auto">I've attached a delta-bundle which you should save in this location:</p>

<pre><code>~/Library/Application Support/MailMate/Bundles/
</code></pre>

<p dir="auto">This only changes the shortcut and you should still have the benefit of any changes done to the default bundle (as long as the UUID of the command is not changed).</p>

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

</div>