<div class="markdown">
<p>On 29 Dec 2012, at 13:18, Benny Kjær Nielsen wrote:</p>

<blockquote>
<p>A bug means that it won&#39;t work for the enter key (the numeric keypad), but in the next update this should work (previously, modifiers were ignored for this key):</p>

<pre><code>&quot;#@\U000D&quot; = &quot;send:&quot;;
</code></pre>
</blockquote>

<p>The above was not correct. It should be:</p>

<pre><code>&quot;@\U0003&quot; = &quot;send:&quot;;
</code></pre>

<hr>

<p>Benny</p>

</div>