Re: [ros-kernel] kbduk : AltGr+¬ co =?iso-8859-1?Q?mbination, _which_should_produce_'=A6', _an?= d now it gives '?' char
Johannes Olofsson
johannes_olofsson at spray.se
Fri Nov 7 19:26:21 CET 2003
Hi,
In text mode all unrecognized characters seem to be displayed as a '?'
(correct me if I'm wrong). AltGr probably still doesn't work right now
anyway. The problem is that I could not find any example on how to handle
AltGr. The DDK just says that AltGr usually is converted to a Ctrl-Alt,
but doesn't explain much further how it is supposed to be done. If anybody
knows how it should be handled, please let me know. And by the way... feel
free to improve the dll if you find something that is not handled
correctly.
Regards
Johannes Olofsson
On Fri, 7 Nov 2003 14:51:00 +0100, <jeanmichel.123 at free.fr> wrote:
> About the following comment from cvs:
> kbduk.dll - by Johannes Olofsson. I have tested this dll with english
> keyboard -
> works great, except for AltGr+¬ combination, which should produce '¦',
> and now
> it gives '?' char.
> --
>
> Might be
> { VK_OEM_MINUS, NOCAPS, '-', '_', WCH_NONE,0x1f },
> should be replaced by
> { VK_OEM_MINUS, NOCAPS, '-', '_', WCH_NONE, '|' },
> ?
>
> Jean-Michel
>
> PS: who can commit my kbdfr patch?
>
> ______________________________
> ROSDATA VK_TO_WCHARS4 key_to_chars_4mod[] = {
> /* Normal, Shifted, Ctrl, C-Shift */
> /* Legacy Ascii generators */
>
> { '6', NOCAPS, '6', '^', WCH_NONE, 0x1e },
> { VK_OEM_MINUS, NOCAPS, '-', '_', WCH_NONE,0x1f },
> { VK_OEM_3, NOCAPS, '\'', '@', WCH_NONE, 0x0000 },
> { 0, 0, 0, 0, 0, 0 }
> };
> _______________________________________________
> Ros-kernel mailing list
> Ros-kernel at reactos.com
> http://reactos.geldorp.nl:8080/mailman/listinfo/ros-kernel
>
More information about the Ros-kernel
mailing list