Hans Lermen wrote:
> this is a bug in 0.98/99, try the below patch and report back wether
> it breaks other keystroke stuff:
> 
> --- dosemu-0.98.5/src/base/keyboard/prestroke.c Sat Jan 16 00:28:56 1999
> +++ dosemu-0.98.5.1/src/base/keyboard/prestroke.c       Sun Jan 31 23:31:56 1999
> @@ -169,7 +169,6 @@
>        o=out;
>        while (*o) {
>          int c = (*o >>8) & 0xff;
> -        if (!c) c = ' ';
>          putkey((*o & 0x80)==0, (t_keysym)((*o & 0x7f) | ((*o >> 8) & 0xff00)), c);
>          o++;
>        }

Yes! this really works for me..great!

Thanks!
/Niklas

Reply via email to