"Oldrich Kepka" <[EMAIL PROTECTED]> writes:
> Hi.
> I am using foxpro 2.5 in dosemu. If i have't set rawkeybord foxpro command
> "on key label" doesn't catch some keys, for instance Ctrl-P, Ctrl-V, atc. ,
> bat some others work corectly such as Key Up, Down, functionl keys, .... Bat
> if I use DOS calls from C everything works ok. I can't use rawkeybord
> becouse I must acces this program via telnet.
>
> Is there any posibility, for example to modify dosemu source, to cerect this
> problem.
Well if the problem is there....
> I need kyes:
> Ctrl-T
> Ctrl-P
> Ctrl-V
> Ctrl-Z
> Ctrl-I
> Ctrl-K
> Ctrl-N
> Ctrl-Enter
Ctrl-Enter and maybe Ctrl-Z are the only keys I can see going weird.
If your problem boils down to trouble with scancodes you might try:
http://www.dosemu.org/~eric
or
http://www.biederman.org/~eric/files
get:
dosemu-1.0.0.eb1.21.patchset.tar.gz
And if you can find out what is wrong I'd love it if you could help
me add a test case to the regresion test:
keyboard_test-1.2.tar.gz
The Ctrl-^ sequences should help if all that is going on is that your
terminal is weird and won't pass these codes to dosemu.
I'm more than happy to debug this if you have the patience to get
me all of the information I need.
Eric