<div class="markdown">
<p dir="auto">On 3 Dec 2013, at 16:24, Jonathan Clark wrote:</p>
<blockquote>
<p dir="auto">On 5 Aug 2013, at 23:26, Benny wrote:</p>
<blockquote>
<p dir="auto">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 list.</p>
</blockquote>
<p dir="auto">So this should be</p>
<p dir="auto">"@l" = {"loadImagesOnce:"}; // cmd-l<br>
or<br>
"^L" = {"loadImagesOnce:"}; // ctrl-shift-l</p>
<p dir="auto">in my keybindings plist?</p>
<p dir="auto">Neither work.</p>
</blockquote>
<p dir="auto">I use the following in my custom keybindings file:</p>
<pre><code>"L" = "loadImagesOnce:"; // load external references (e.g. images) once
</code></pre>
<p dir="auto">The uppercase L is activated on the keyboard with Shift+L, just as when typing an uppercase L. It works just fine.</p>
<p dir="auto">-Daniel</p>
</div>