[plt-scheme] Re: Swedish keyboard bug in DrScheme

From: Robby Findler (robby at cs.uchicago.edu)
Date: Mon Jun 16 08:54:51 EDT 2008

Just to double check: did you run setup-plt after making that change?

Robby

On Sun, Jun 15, 2008 at 7:51 AM, kib2 <kibleur.christophe at gmail.com> wrote:
> Hi,
>
> I'm new with DrScheme, and with Scheme too.
> I've got the same problem on a French keyboard. I've tried to apply
> the given patch, so now I've got this in keymap.ss :
>
>            (setup-mappings greek-letters #f)
>            (setup-mappings Greek-letters #t))
>
>          (map "~m:c:\\" "TeX compress")
>          (map "~c:m:\\" "TeX compress")
>
> but that does not solve the problem : I can't have any backslash with
> Alt Gr + '\'.
>
> Any help will be appreciated.
> Thanks for DrScheme,
>
> Christophe K.
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
>


Posted on the users mailing list.