[plt-scheme] Alt Gr + q not working in DrScheme
Actually, there was nothing bound to "m:q". I did make "m:q" a binding to
(lambda (editor event) (send editor insert "/"))
But this binds only the left-hand Alt key, not the right-hand one.
Does anyone knows how to bind a combination involving the right-hand AltGr
key
to a command?
Thanks in advance,
Reginaldo
PS: even if this works, I still think is kind of a bug. Further evidence is
the fact that
the combination "AltGr-c", which should insert the character "₢", is
inserting "?".
All the other AltGr-related characters are working as expected in DrScheme,
and
all combinations work as expected for every other Windows program I tried.
2009/11/23 Sergey Lilo <power.real at gmail.com>
> Just rebind it?
>
> 2009/11/24 Reginaldo J. S. Filho <xregis at gmail.com>:
> > Hello,
> >
> > I'm currently using DrScheme with an Asus Eee PC netbook, and my
> > keyboard doesn't have a separate "/" key. The possible combinations to
> > insert the "/" character should be "Fn + /" or "Alt Gr + q". The first
> > works fine, but when I press "Alt Gr + q", DrScheme issues what looks
> > like an "undo" command. Is this a bug or a feature? Does anyone knows
> > how to make DrScheme insert a "/" when I press "Alt Gr + q?
> >
> > Thanks in advance,
> >
> > Reginaldo
> >
> > _________________________________________________
> > For list-related administrative tasks:
> > http://list.cs.brown.edu/mailman/listinfo/plt-scheme
> >
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20091124/5dbe1bc0/attachment.html>