On 9 Dec 2016, at 13:32, Benny Kjær Nielsen wrote:

On 9 Dec 2016, at 10:58, Vlad Ghitulescu wrote:

On 7 Dec 2016, at 15:16, Benny Kjær Nielsen wrote:

Maybe you can use that for now (⌃⇧K).

There is something I still doesn't understand completely: the command itself is the same ("send:"), only the chosen keybinding is different.
Why this difference in the behavior?!

The NSTextField (or to be more exact, its field editor) converts keys to selectors itself, but some key presses are not converted (I don't know or I have forgotten exactly how this works). MailMate only watches for unused selectors (`noop:`) and then looks through its own key bindings. The main text field in the composer works differently. In this case, MailMate monitors all key events. This is what MailMate should also do for the NSTextField to make this work.

So the main text field behave differently than the others (From: & Subject:) regarding the key events: it "*sees*" all the key events while the other fields doesn't - is this correct?

And again: Why?! :-)
_______________________________________________
mailmate mailing list
[email protected]
https://lists.freron.com/listinfo/mailmate

Reply via email to