>>>>> "DR" == Dennis Reichel <[EMAIL PROTECTED]> writes:
DR> Hi, I have tried dosemu .98.5 and .99.6 on a x86 2.0.35 linux box.
DR> It is working very nicely for my text based applications - except
DR> in some cases the keyboard handling seems to be improper.
Interesting. Off the top of my head I very puzzled.
I heavily tested keyboard code in the 0.97 development period, and as
far as I can tell it worked exactly like the real hardware, and bios.
There is some minor hardware discrepencies but that would lock your
keyboard not refuse to function.
There is also one software discrepency but that is only used if
an application changes the scancodes before they are
put into the keyboard buffer (the translate won't change, in dosemu
as it would normal dos). Again this doesn't sound like what you are
describing.
DR> A MS Foxpro 2.5 application has defined thus:
DR> on key label Alt-M <some action>
DR> The Alt-M is not intercepted and the action is not dispatched.
DR> Also:
DR> In the built-in text editor,
Built in to foxpro?
DR> keystrokes such as Ctr-F <find> and
DR> Ctrl-W, exit-save - are not handled properly. Ctr-M does insert a <cr>
DR> but other Ctrl keys which should be active hot keys only will cause
DR> the insertion of a literal character.
DR> Are there any solutions available for this problem?
I have never heard of it before.
DR> n.b. For this application to work properly in a DOS environment via
DR> PcAnywhere (a remote control application) the special keyboard handler
DR> level 2 must be selected.
If you had a description of what that does perhaps I could get
somewhere. I am mystified.
DR> Also, can someone tell me if there are any archives of this mailing list
DR> which I may access?
I can't tell you but I have heard there are.
Eric