<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'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>"#@\U000D" = "send:";
</code></pre>
</blockquote>
<p>The above was not correct. It should be:</p>
<pre><code>"@\U0003" = "send:";
</code></pre>
<hr>
<p>Benny</p>
</div>