On 5 Jun 2014, at 17:31, Michael Sale wrote:

OK, so if this is the case, can anyone tell me why is my keybinding not working? Syntax issues?

{
// Keybindings for Mike.plist
"t" = "moveToMailbox:";
"@t" = "setTag:";
"~@t" = "goToMailbox:";
"/" = "mailboxSearch:";

}

You should change the default tagging shortcut in the Tags preferences pane to be ⌘T (this also frees `t` to be used for custom key bindings) and you should use System Preferences to set ⌥⌘T as a shortcut for “Go to Mailbox...”.

The following then seems to work for me:

~~~
{
        "t" = "moveToMailbox:";
        "/" = "mailboxSearch:";
}
~~~

--
Benny
_______________________________________________
mailmate mailing list
mailmate@lists.freron.com
http://lists.freron.com/listinfo/mailmate

Reply via email to