Re: [MlMt] keybinding to load external references

2013-12-03 Thread Benny Kjær Nielsen
On 3 Dec 2013, at 23:40, Jonathan Clark wrote: And on my other point 1, I confirm MailMate needs to re-start before it picked up this change to my custom keybinding plist. Actually it should be sufficient to disable/enable the key bindings. (It's on my todo that MailMate should pick up change

Re: [MlMt] keybinding to load external references

2013-12-03 Thread Jonathan Clark
"^L" = {"loadImagesOnce:"}; // ctrl-shift-l I use the following in my custom keybindings file: "L" = "loadImagesOnce:"; // load external references (e.g. images) once Aha! I had braces, which I now realise must indicate starting a list. Which confused things. The uppercase L is activate

Re: [MlMt] keybinding to load external references

2013-12-03 Thread Daniel Mann
On 3 Dec 2013, at 16:24, Jonathan Clark wrote: On 5 Aug 2013, at 23:26, Benny wrote: Selectors not on the list are typically the ones I have not really decided if I'm going to change (functionally) or rename. I guess this one won't change in function and it is not too badly named. It is n

Re: [MlMt] keybinding to load external references

2013-12-03 Thread Jonathan Clark
On 5 Aug 2013, at 23:26, Benny wrote: Selectors not on the list are typically the ones I have not really decided if I'm going to change (functionally) or rename. I guess this one won't change in function and it is not too badly named. It is named `loadImagesOnce:`. I'll add it to the official

Re: [MlMt] keybinding to load external references

2013-08-11 Thread Benny Kjær Nielsen
On 6 Aug 2013, at 19:24, Daniel Mann wrote: Sorry about the late response. On 5 Aug 2013, at 17:38, Benny Kjær Nielsen wrote: I guess this one won't change in function and it is not too badly named. It is named loadImagesOnce:. I'll add it to the official list. That worked perfectly. Thank

Re: [MlMt] keybinding to load external references

2013-08-06 Thread Daniel Mann
On 5 Aug 2013, at 17:38, Benny Kjær Nielsen wrote: I guess this one won't change in function and it is not too badly named. It is named loadImagesOnce:. I'll add it to the official list. That worked perfectly. Thank you! Here's a partial list of keybindings I've added to converge behaviors

Re: [MlMt] keybinding to load external references

2013-08-05 Thread Benny Kjær Nielsen
On 5 Aug 2013, at 23:26, Daniel Mann wrote: Is is possible to assign a custom keybinding for the "Load Once" button that loads external references (e.g. images) for the current message? If so, what is the syntax for that selector? Selectors not on the list are typically the ones I have not re

[MlMt] keybinding to load external references

2013-08-05 Thread Daniel Mann
Good day, I'm getting to know keybindings in MailMate, and am working to customize a hybrid mix between Gmail and FastMail keyboard shortcuts. The [Key Binding Selectors appendix](http://manual.mailmate-app.com/key_binding_selectors) has been helpful, but now I'm looking for a selector that d