[MlMt] Keybinding selects - send message?

Benny Kjær Nielsen mailinglist at freron.com
Thu Jan 31 15:36:47 UTC 2013


On 31 Jan 2013, at 16:18, Eric A. Meyer wrote:

> I was hoping to reproduce the Thunderbird "Send Message" keybinding, 
> which is command-return.  Based on the "Keybinding selects - master 
> list?", there doesn't seem to be a plain old "send:" or "sendMessage:" 
> action, as opposed to "sendAndArchiveParent:" or 
> "sendAndMoveParentToMailbox:".
> Is there one, or should there be one, or can the equivalent of 
> shift-command-D already be bound and I just haven't figured out how?

Oops, forgot to add that one to the list. I'll add this to the manual 
page:

Selector | Argument | Action
---------|----------|-------
send: | - | Send message

> Also, I'm not quite sure how to define the particular combination of 
> command-return in the .plist, so I could use some help with that one 
> too.

This one came up on the mailing list a month ago. I had to fix some 
thing to make it work properly

	"@\U000D" = "send:"; // Return key
	"@\U0003" = "send:"; // Enter key (numeric keypad)

At least it works on my keyboard :-)

> If I can figure this out, I may create and share a Thunderbird 
> keybinding file if one doesn't exist already.  I searched Google, but 
> nothing like that turned up.

I have only seen the one for Postbox included with MailMate. Don't 
really know how much Postbox and Thunderbird differ with respect to key 
bindings, but the key binding above should also be part of the Postbox 
key bindings: http://www.postbox-inc.com/support/postbox_shortcuts

-- 
Benny
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freron.com/pipermail/mailmate/attachments/20130131/c6dc5725/attachment.html>


More information about the mailmate mailing list