[plt-scheme] Alt Gr + q not working in DrScheme
No I have them enabled. It works for me, but I probably have no keybindings that redefine existing ones.
Jos
----- Original Message -----
From: Laurent
To: Jos Koot ; PLT-Scheme Mailing List
Sent: Wednesday, November 25, 2009 11:45 AM
Subject: Re: [plt-scheme] Alt Gr + q not working in DrScheme
Ha, you probably meant "disabling" instead of enabling?
Indeed, that worked. Although now I have to rebind all the menu bindings ;)
But isn't there a way to simply override *some* of the menu bindings?
Thanks,
Laurent
On Wed, Nov 25, 2009 at 11:20, Laurent <laurent.orseau at gmail.com> wrote:
Thanks, but unfortunately it is already checked.
Maybe my callbacks are wrong (though no error is raised when trying the bindings).
Laurent
On Wed, Nov 25, 2009 at 10:54, Jos Koot <jos.koot at telefonica.net> wrote:
Recently I had the same problem. I solved it by enabling keybindings in menus.
(in menu preferences/editing/general
Jos
----- Original Message -----
From: Laurent
To: Reginaldo J. S. Filho
Cc: plt-scheme at list.cs.brown.edu
Sent: Wednesday, November 25, 2009 10:38 AM
Subject: Re: [plt-scheme] Alt Gr + q not working in DrScheme
Just a quick thought:
I think (I'm pretty sure in fact) AltGr is in fact Alt+Ctrl, so you might want to rebind m:c:q instead.
As for AltGr-c, could it be that this symbol has not been implanted/bound in DrScheme?
Btw, I also have troubles rebinding keys. Adding them works fine, but when the key already exists, it is not overridden (despite what the docs says).
Anyone has the same kind of problem?
Laurent
On Tue, Nov 24, 2009 at 22:14, Reginaldo J. S. Filho <xregis at gmail.com> wrote:
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
>
>
_________________________________________________
For list-related administrative tasks:
http://list.cs.brown.edu/mailman/listinfo/plt-scheme
------------------------------------------------------------------------
_________________________________________________
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/20091125/941d7a74/attachment.html>