<div dir="ltr"><span style="font-size:13px">I'm trying to fiddle with some of the key bindings for my OmniFocus bundle but I'm not sure after looking at Brett Terpstra's web page what I do and do not need to actually change given the now-bundled bundle.</span><div style="font-size:13px"><br></div><div style="font-size:13px">I see this as the excerpt: </div><div style="font-size:13px"><pre style="white-space:pre-wrap;margin-top:0px;margin-right:10px;margin-bottom:2.1em;padding:0.8em 1em;border:1px solid rgb(231,222,195);font-family:'Anonymous Pro',Menlo,Monaco,'Andale Mono','lucida console','Courier New',monospace;line-height:1.45em;vertical-align:baseline;border-top-left-radius:0.4em;border-top-right-radius:0.4em;border-bottom-right-radius:0.4em;border-bottom-left-radius:0.4em;color:rgb(88,110,117);overflow:auto;max-width:100%"><code style="margin:0px;padding:0px;border:0px;font-family:'Anonymous Pro',Menlo,Monaco,'Andale Mono','lucida console','Courier New',monospace;font-style:inherit;font-variant:inherit;font-weight:600;line-height:inherit;font-size:16px;vertical-align:baseline;color:rgb(68,68,68)">{
    changed = {
        keyEquivalent = "\UF704";
    };
    isDelta       = 1;
    uuid          = '03B35B47-9836-4EE1-9AFF-0D01D6F249F0';
}</code></pre></div><div style="font-size:13px">and this is what I have now:</div><div style="font-size:13px"><br></div><div style="font-size:13px"><div>{</div><div><span style="white-space:pre-wrap">  </span>name          = 'Add...';</div><div><span style="white-space:pre-wrap">   </span>environment   = 'MM_SUBJECT=${subject.prefix:+${subject.prefix} }${subject.blob:+[${subject.blob}] }${subject.body}\nMM_MESSAGE_ID=${message-id.split}\n';</div><div><span style="white-space:pre-wrap">      </span>command       = '#!/bin/bash\n"${MM_BUNDLE_SUPPORT}/bin/add"';</div><div><span style="white-space:pre-wrap">      </span>keyEquivalent = "^A";</div><div><span style="white-space:pre-wrap">  </span>uuid          = 'A1413076-0E9F-4FFD-A224-4D251A4C5EC7';</div><div>}</div></div><div style="font-size:13px"><br></div><div style="font-size:13px">I'm thinking the new one should look like this?</div><div style="font-size:13px"><br></div><div style="font-size:13px"><div>{</div><div><span style="white-space:pre-wrap">      </span>name          = 'Add...';</div><div><span style="white-space:pre-wrap">   </span>environment   = 'MM_SUBJECT=${subject.prefix:+${subject.prefix} }${subject.blob:+[${subject.blob}] }${subject.body}\nMM_MESSAGE_ID=${message-id.split}\n';</div><div><span style="white-space:pre-wrap">      </span>command       = '#!/bin/bash\n"${MM_BUNDLE_SUPPORT}/bin/add"';</div><div><span style="white-space:pre-wrap">      </span>keyEquivalent = "<span style="color:rgb(68,68,68);font-family:'Anonymous Pro',Menlo,Monaco,'Andale Mono','lucida console','Courier New',monospace;font-size:16px;font-style:inherit;font-variant:inherit;font-weight:600;line-height:inherit">\UF704</span>";</div><div><span style="white-space:pre-wrap">    </span>uuid          = 'A1413076-0E9F-4FFD-A224-4D251A4C5EC7';</div><div>}</div></div><div style="font-size:13px"><br></div><div style="font-size:13px">Is that correct?</div></div>