public inbox for linux-msdos@vger.kernel.org
 help / color / mirror / Atom feed
* Shift Tab not working in dosemu 1.0.2.1
@ 2003-06-28  6:45 Ralph Alvy
  2003-06-28 15:19 ` mrvoland
  0 siblings, 1 reply; 8+ messages in thread
From: Ralph Alvy @ 2003-06-28  6:45 UTC (permalink / raw)
  To: linux-msdos

I'm running dosemu 1.0.2.1 under RedHat 8, using MSDOS as my dos 
environment. I notice that Shift Tab doesn't work in dosemu sessions. is 
there a way to make it work?

I also notice that in an X Window, dosemu fails to trap key combos like 
Alt-F4. That is, Alt-F4 closes the window instead of being used by the 
active DOS application. Is there a way to configure around this?



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Shift Tab not working in dosemu 1.0.2.1
  2003-06-28  6:45 Shift Tab not working in dosemu 1.0.2.1 Ralph Alvy
@ 2003-06-28 15:19 ` mrvoland
  2003-06-28 15:47   ` Ralph Alvy
  0 siblings, 1 reply; 8+ messages in thread
From: mrvoland @ 2003-06-28 15:19 UTC (permalink / raw)
  To: linux-msdos

Ralph Alvy wrote:

> I'm running dosemu 1.0.2.1 under RedHat 8, using MSDOS as my dos
> environment. I notice that Shift Tab doesn't work in dosemu sessions. is
> there a way to make it work?
> 
> I also notice that in an X Window, dosemu fails to trap key combos like
> Alt-F4. That is, Alt-F4 closes the window instead of being used by the
> active DOS application. Is there a way to configure around this?
> 
/etc/dosemu/dosemu.conf
$_rawkeyboard = (1)     # bypass normal keyboard input, maybe dangerous

-- 
no pain no gain


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Shift Tab not working in dosemu 1.0.2.1
  2003-06-28 15:19 ` mrvoland
@ 2003-06-28 15:47   ` Ralph Alvy
  2003-06-28 16:49     ` Bart Oldeman
  0 siblings, 1 reply; 8+ messages in thread
From: Ralph Alvy @ 2003-06-28 15:47 UTC (permalink / raw)
  To: linux-msdos

mrvoland wrote:
> Ralph Alvy wrote:
> 
> 
>>I'm running dosemu 1.0.2.1 under RedHat 8, using MSDOS as my dos
>>environment. I notice that Shift Tab doesn't work in dosemu sessions. is
>>there a way to make it work?
>>
>>I also notice that in an X Window, dosemu fails to trap key combos like
>>Alt-F4. That is, Alt-F4 closes the window instead of being used by the
>>active DOS application. Is there a way to configure around this?
>>
> 
> /etc/dosemu/dosemu.conf
> $_rawkeyboard = (1)     # bypass normal keyboard input, maybe dangerous
> 

Hmmm...tried this, but it fails. I also tried all combinations of 
$_rawkeyboard and $_kybint, but none allow for Shift Tab.



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Shift Tab not working in dosemu 1.0.2.1
  2003-06-28 15:47   ` Ralph Alvy
@ 2003-06-28 16:49     ` Bart Oldeman
  2003-06-28 17:41       ` Ralph Alvy
  0 siblings, 1 reply; 8+ messages in thread
From: Bart Oldeman @ 2003-06-28 16:49 UTC (permalink / raw)
  To: Ralph Alvy; +Cc: linux-msdos

On Sat, 28 Jun 2003, Ralph Alvy wrote:

> mrvoland wrote:
> >>I'm running dosemu 1.0.2.1 under RedHat 8, using MSDOS as my dos
> >>environment. I notice that Shift Tab doesn't work in dosemu sessions. is
> >>there a way to make it work?
> >
> > /etc/dosemu/dosemu.conf
> > $_rawkeyboard = (1)     # bypass normal keyboard input, maybe dangerous
> >
>
> Hmmm...tried this, but it fails. I also tried all combinations of
> $_rawkeyboard and $_kybint, but none allow for Shift Tab.

these options are only effective on the console. If you're using
"dosemu" then try "xdosemu". For "xdosemu" you might want to try
alt+shift+tab or some other combo, or configure your window manager so
that it doesn't steal the key.

Bart


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Shift Tab not working in dosemu 1.0.2.1
  2003-06-28 16:49     ` Bart Oldeman
@ 2003-06-28 17:41       ` Ralph Alvy
  2003-06-28 17:50         ` Justin Zygmont
  0 siblings, 1 reply; 8+ messages in thread
From: Ralph Alvy @ 2003-06-28 17:41 UTC (permalink / raw)
  To: linux-msdos

Bart Oldeman wrote:
>>Hmmm...tried this, but it fails. I also tried all combinations of
>>$_rawkeyboard and $_kybint, but none allow for Shift Tab.
> 
> 
> these options are only effective on the console. If you're using
> "dosemu" then try "xdosemu". For "xdosemu" you might want to try
> alt+shift+tab or some other combo, or configure your window manager so
> that it doesn't steal the key.
> 
> Bart

Thanks, Bart. I'll try these options on the console. Speaking of using 
console, I remember there being a way to force close a console session 
in the event of a hung application, but I can't seem to find the 
combination of keys to do that. I thought it was something like 
Ctrl-Alt-PgDn, but that fails to close the console. I need this because 
I'm trying to tweak my dosemu.conf in an attempt to see if I can get a 
certain app to stop hanging the session. In xdosemu, the hang stops with 
a movement of the mouse. In console, this fails to undo the hang, even 
though I see the pointer move on the screen in console when I move the 
mouse.

I'm using RedHat 8.



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Shift Tab not working in dosemu 1.0.2.1
  2003-06-28 17:41       ` Ralph Alvy
@ 2003-06-28 17:50         ` Justin Zygmont
  2003-06-28 18:15           ` Ralph Alvy
  0 siblings, 1 reply; 8+ messages in thread
From: Justin Zygmont @ 2003-06-28 17:50 UTC (permalink / raw)
  To: Ralph Alvy; +Cc: linux-msdos

if you cannot switch to a vitrual console, then testing this in X would be 
easier to close the window when it hangs, other than that, i'm not sure.


On Sat, 28 Jun 2003, Ralph Alvy wrote:

> Bart Oldeman wrote:
> >>Hmmm...tried this, but it fails. I also tried all combinations of
> >>$_rawkeyboard and $_kybint, but none allow for Shift Tab.
> > 
> > 
> > these options are only effective on the console. If you're using
> > "dosemu" then try "xdosemu". For "xdosemu" you might want to try
> > alt+shift+tab or some other combo, or configure your window manager so
> > that it doesn't steal the key.
> > 
> > Bart
> 
> Thanks, Bart. I'll try these options on the console. Speaking of using 
> console, I remember there being a way to force close a console session 
> in the event of a hung application, but I can't seem to find the 
> combination of keys to do that. I thought it was something like 
> Ctrl-Alt-PgDn, but that fails to close the console. I need this because 
> I'm trying to tweak my dosemu.conf in an attempt to see if I can get a 
> certain app to stop hanging the session. In xdosemu, the hang stops with 
> a movement of the mouse. In console, this fails to undo the hang, even 
> though I see the pointer move on the screen in console when I move the 
> mouse.
> 
> I'm using RedHat 8.
> 
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Shift Tab not working in dosemu 1.0.2.1
  2003-06-28 17:50         ` Justin Zygmont
@ 2003-06-28 18:15           ` Ralph Alvy
  2003-06-28 18:37             ` Bart Oldeman
  0 siblings, 1 reply; 8+ messages in thread
From: Ralph Alvy @ 2003-06-28 18:15 UTC (permalink / raw)
  To: linux-msdos

Justin Zygmont wrote:
> if you cannot switch to a vitrual console, then testing this in X would be 
> easier to close the window when it hangs, other than that, i'm not sure.

Oh, I can switch out of the console with the hung dos app, but I can't 
logout of that console and then start again. Or at least I don't know 
how to.



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Shift Tab not working in dosemu 1.0.2.1
  2003-06-28 18:15           ` Ralph Alvy
@ 2003-06-28 18:37             ` Bart Oldeman
  0 siblings, 0 replies; 8+ messages in thread
From: Bart Oldeman @ 2003-06-28 18:37 UTC (permalink / raw)
  To: Ralph Alvy; +Cc: linux-msdos

On Sat, 28 Jun 2003, Ralph Alvy wrote:

> Justin Zygmont wrote:
> > if you cannot switch to a vitrual console, then testing this in X would be
> > easier to close the window when it hangs, other than that, i'm not sure.
>
> Oh, I can switch out of the console with the hung dos app, but I can't
> logout of that console and then start again. Or at least I don't know
> how to.

you'd have to switch to another vc, kill the dosemu from there and switch
back.

Or use
Ctrl-6 c Ctrl-6 a PgDn
(on a US keyboard) which simulates ctrl-alt-pgdn in terminal mode. Hit
Ctrl-6 h
for help.

Note that in 1.0.2.1 (as opposed to 1.1.5) $_rawkeyboard does not work
unless you are root or make dosemu.bin suid-root. In general at this stage
it would be worth trying dosemu 1.1.5 if you encounter problems with
1.0.2.1.

The shift-alt-f4 trick has nothing to do with the console, that's just for
X.

Bart


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2003-06-28 18:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-28  6:45 Shift Tab not working in dosemu 1.0.2.1 Ralph Alvy
2003-06-28 15:19 ` mrvoland
2003-06-28 15:47   ` Ralph Alvy
2003-06-28 16:49     ` Bart Oldeman
2003-06-28 17:41       ` Ralph Alvy
2003-06-28 17:50         ` Justin Zygmont
2003-06-28 18:15           ` Ralph Alvy
2003-06-28 18:37             ` Bart Oldeman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox