Apologies for following-up my own message, but I found the way to pass arrow keys on command line (searched thru code and found it in src/base/keyboard/prestroke.c) the documentation seems to be a bit old (hopefully I'll try to update soon...) It is done by send \M8 (for down arrow) etc... I still have the problem with one of the dos program ignoring only the ESC character. cheers suds. On Sat, 11 Mar 2000, Suds wrote: > Hi all, > > I've breaking my head with this small problem of sending arrow keys to > dosemu from the shell. I could not find in docs (README.txt) etc the > sequence that needs to be sent for dosemu to interpret it as a down arrow > key. So, I'm trying to send the whole escape sequence ^[[B but invain. > Here is what I'm doing at the mo. > > #/usr/bin/dos -I 'keystroke "\r\rfp.exe\r\^[[B"' > (there are few more keystrokes after that which I've not included..) > > Any help or clue would be greatly appreciated. > > OTOH, sending 'ESC' character works fine most of the time but this > specific dos program does not take it in..any ideas why? > > cheers > suds. >
