Actually, there was nothing bound to &quot;m:q&quot;. I did make &quot;m:q&quot; a binding to <br><br>(lambda (editor event) (send editor insert &quot;/&quot;))<br><br>But this binds only the left-hand Alt key, not the right-hand one.<br>
<br>Does anyone knows how to bind a combination involving the right-hand AltGr key<br>to a command?<br><br>Thanks in advance,<br><br>Reginaldo<br><br>PS: even if this works, I still think is kind of a bug. Further evidence is the fact that<br>
the combination &quot;AltGr-c&quot;, which should insert the character &quot;₢&quot;, is inserting &quot;?&quot;. <br>All the other AltGr-related characters are working as expected in DrScheme, and <br>all combinations work as expected for every other Windows program I tried.<br>
<br><div class="gmail_quote">2009/11/23 Sergey Lilo <span dir="ltr">&lt;<a href="mailto:power.real@gmail.com">power.real@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Just rebind it?<br>
<br>
2009/11/24 Reginaldo J. S. Filho &lt;<a href="mailto:xregis@gmail.com">xregis@gmail.com</a>&gt;:<br>
<div><div></div><div class="h5">&gt; Hello,<br>
&gt;<br>
&gt; I&#39;m currently using DrScheme with an Asus Eee PC netbook, and my<br>
&gt; keyboard doesn&#39;t have a separate &quot;/&quot; key. The possible combinations to<br>
&gt; insert the &quot;/&quot; character should be &quot;Fn + /&quot; or &quot;Alt Gr + q&quot;. The first<br>
&gt; works fine, but when I press &quot;Alt Gr + q&quot;, DrScheme issues what looks<br>
&gt; like an &quot;undo&quot; command. Is this a bug or a feature? Does anyone knows<br>
&gt; how to make DrScheme insert a &quot;/&quot; when I press &quot;Alt Gr + q?<br>
&gt;<br>
&gt; Thanks in advance,<br>
&gt;<br>
&gt; Reginaldo<br>
&gt;<br>
</div></div>&gt; _________________________________________________<br>
&gt;  For list-related administrative tasks:<br>
&gt;  <a href="http://list.cs.brown.edu/mailman/listinfo/plt-scheme" target="_blank">http://list.cs.brown.edu/mailman/listinfo/plt-scheme</a><br>
&gt;<br>
&gt;<br>
</blockquote></div><br>