[clean-list] CleanIDE: keymapping on german keyboard W2K

Diederik van Arkel diederik@cs.kun.nl
Tue, 25 Sep 2001 08:38:41 +0200


Van: "Peter Sommerfeld" <peter.sommerfeld@gmx.de>

> Diederik,
>
> > I previously already built a version of the ide for avoiding
> > this problem for some french users.
>
> thanks a lot, works like a charme ... :-) That workaround
> should make it into the StdDistro, or even better a better
> keymapping.

Both of these are planned. The fix should make it into the next
distributed version. Settable menu shortcuts wil probably take a
little while longer as there is currently no way to modify them
dynamically with the Object I/O.

> > From your other question you seem to have some Windows
> > programming experience and can perhaps suggest a better
> > solution.
>
> I use plain C/Win32 API, no C++.

Well so do we but I presume this is a common problem with german
Windows software or does it avoid using non-letter ctrl-alt shortcuts
altogether?

> > As to your other question I assume your using the Object I/O
> > library? If so I don't think that there is something like that built
> > in but you could create your own version of the Object I/O library
> > with that extension in, at a quick glance that doesn't seem to be a
> > comlicated extension.
>
> Does that mean it is possible to get hands on the source of  ObjectI/O ?
> If so, I would like to do so. I currently use the binary  distro. Or is
> there
> another way to hook into the event handler ?

Errm, as far as I am aware there is only a source distro. For the C part
look in the OSWindows/Windows_C_12 subdirectory. Hooking the event
handler involves some modification of about 5 Clean modules (assuming
your going to create a process event on the Clean side) and some C glue.
If you plan to try this contact me off-list and I'll try to get you started.

Regards,

Diederik van Arkel