#1305 new
Sebastien Varrette

Key binding for cmd+shift+return

Reported by Sebastien Varrette | November 9th, 2015 @ 03:15 PM

Hi,

Sorry for the naïve question but I couldn't find the way to make a custom key binding "CMD + SHIFT + {Enter | Return}" as described in http://manual.mailmate-app.com/custom_key_bindings.
I wanted to later my regular shortcut for sending (CMD + {Enter | Return}) to add a special tag before sending and the below setup failed.

"@\U000A" = "send:"; // ⌘+return   WORKS
"@\U000D" = "send:"; // ⌘+enter    WORKS
"@$\U000A" = ( "setTag:", "ExpectReply", "send"); // ⌘+⇧+return   FAIL
"@$\U000D" = ( "setTag:", "ExpectReply", "send"); // ⌘+⇧+enter    FAIL

Can you help me?

Comments and changes to this ticket

  • Sebastien Varrette

    Sebastien Varrette November 9th, 2015 @ 03:16 PM

    (I forgot to add that I'm running MailMate Version 1.9.3 (5164) even if that's not relevant here)

  • benny

    benny November 10th, 2015 @ 01:54 PM

    Note that qualifiers need a specific order. Try $@. (Some shortcuts can be tricky in the Composer and I'm not sure this is going to work.)

  • Sebastien Varrette

    Sebastien Varrette November 11th, 2015 @ 10:19 AM

    It's indeed not working.
    Anybody knows the combination to bind the sequence Option+CMD+Enter ? It looks like unfortunately that Option+CMD sequence is the equivalent of CTRL (and in my case CTRL+Enter is used by another application).

    I tried the following sequences (trying to respect the order ^~$@) without success:

    "^~\U000D" = ( "setTag:", "ExpectReply", "send"); // ⌥+⌘+return
    

    Alternatively, a working sequence CTRL+CMD+Enter would be very helpful.

  • George Neville-Neil

    George Neville-Neil February 2nd, 2016 @ 03:39 PM

    I'm interested in making Ctrl+Return or Enter work for. Command+Enter does work but not Ctrl+Enter.

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Mac OS X email client.

Shared Ticket Bins

People watching this ticket

Pages