[MlMt] Bundle keyboard shortcut assignment

Michael Sale mike.sale at gmail.com
Tue Mar 24 10:26:57 EDT 2015


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.

I see this as the excerpt:

{
    changed = {
        keyEquivalent = "\UF704";
    };
    isDelta       = 1;
    uuid          = '03B35B47-9836-4EE1-9AFF-0D01D6F249F0';
}

and this is what I have now:

{
name          = 'Add...';
environment   = 'MM_SUBJECT=${subject.prefix:+${subject.prefix}
}${subject.blob:+[${subject.blob}]
}${subject.body}\nMM_MESSAGE_ID=${message-id.split}\n';
command       = '#!/bin/bash\n"${MM_BUNDLE_SUPPORT}/bin/add"';
keyEquivalent = "^A";
uuid          = 'A1413076-0E9F-4FFD-A224-4D251A4C5EC7';
}

I'm thinking the new one should look like this?

{
name          = 'Add...';
environment   = 'MM_SUBJECT=${subject.prefix:+${subject.prefix}
}${subject.blob:+[${subject.blob}]
}${subject.body}\nMM_MESSAGE_ID=${message-id.split}\n';
command       = '#!/bin/bash\n"${MM_BUNDLE_SUPPORT}/bin/add"';
keyEquivalent = "\UF704";
uuid          = 'A1413076-0E9F-4FFD-A224-4D251A4C5EC7';
}

Is that correct?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freron.com/pipermail/mailmate/attachments/20150324/0c4de002/attachment.html>


More information about the mailmate mailing list