[MlMt] Debugging custom keystrokes (another newbie question)

Robert Goldman rpgoldman at sift.net
Sat Nov 4 14:26:11 EDT 2017


Thanks.  Actually, I should have mentioned that I do have both of these 
in my `.plist`, not just the one for Cmd-enter.  It still doesn't work.  
So I don't know if my plist file isn't loaded, my plist file is 
ill-formed, my plist file is loaded, but something is clobbering this 
keybinding, etc.  Worse, I don't know how to find out.

Best,
r


On 4 Nov 2017, at 11:15, Sam Hathaway wrote:

> Not sure how you’d debug, but I just looked at Gmail.plist in the 
> MailMate.app bundle and that’s not the correct string for Cmd+Enter. 
> Try:
>
> ```
> 	"@\U000A" = "send:"; // ⌘+return
> 	"@\U000D" = "send:"; // ⌘+enter
> ```
>
> Hope this helps.
> -sam
>
> On 3 Nov 2017, at 18:43, Robert Goldman wrote:
>
>> I took someone else's plist definition to use a (TBird-like) 
>> Cmd-RETURN keyboard shortcut for "send:"  Presumably it works for 
>> them:
>> ```
>>     "^@\U000D" = "send:"; // Cmd + Return
>> ```
>>
>> Unfortunately, it doesn't work for me.  I press Cmd-RETURN and just 
>> get a "bad keystroke" booping noise.
>>
>> So... how does one proceed to debug from here?
>>
>> Is there a log file that would show a failure to parse my plist file? 
>>  And/or a log file that would show a keystroke going to MailMate and 
>> being rejected as unbound or otherwise inappropriate?
>>
>> Thanks!_______________________________________________
>> mailmate mailing list
>> mailmate at lists.freron.com
>> https://lists.freron.com/listinfo/mailmate
> _______________________________________________
> mailmate mailing list
> mailmate at lists.freron.com
> https://lists.freron.com/listinfo/mailmate
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freron.com/pipermail/mailmate/attachments/20171104/72559f22/attachment.html>


More information about the mailmate mailing list