I managed to make shift-tab work for backtab by putting kcbt=\E[Z and cbt=\E[Z in a custom terminfo entry (modified vt100). However, I still would like to make some other keys work in dosemu: ctrl-home ctrl-end ctrl-pageup ctrl-pagedown ctrl-cursor up ctrl-cursor down ctrl-cursor left ctrl-cursor right ctrl-pause (break) There are no "capkeys" for "terminfo" associated to any keys pressed with the control key depressed, at least that I can see. Is it possible to map these through from a terminal? All such combinations seem to work from the linux console (running dosemu). How can I make this work? Also, ctrl-c is necessary for the dos program that I'm trying to run in dosemu. It works (sort of) but strangely. When ctrl-c is pressed, nothing happens until another key is pressed (eg. space bar). Also, the second key pressed (i.e. space bar) is transmitted through. It seems as though the ctrl-c doesn't occur until that other key is pressed. Then the other key is still in the buffer. Once again, any help/information that someone could give me would be greatly appreciated. Thank you. Chris Kennedy Catalin Bucur wrote: > Chris Kennedy wrote: > > > > I have been trying to run an application in dosemu that requires the use > > of keys such as ctrl-c, ctrl-break, ctrl-[cursers], and shift-tab. Is > > it possible to configure dosemu so that these keys work with my > > applications? If so, who might be able to help me? > > Modify in /etc/dosemu.conf: > $_rawkeyboard = (1) # bypass normal keyboard input, maybe dangerous > > -- > Catalin Bucur mailto:[EMAIL PROTECTED] > Hardware Engineer - Electronic Computing Centre > Sidex S.A. - Galati - Romania
