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

1. Do you have any ideas what to do in order to be able to send an email-message with a keybinding regardless of the position of the cursor (as previous)?



I'm not quite sure which ones would work. Looking at the code indicates it has to be a binding which already has some kind of binding/purpose such that the text field converts it into a selector (even if that selector is `noop:`). This is why the old one worked. A bit of experimenting revealed that this should work:


    "^K"     = "send:";



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?!
_______________________________________________
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate

Reply via email to