public inbox for linux-msdos@vger.kernel.org
 help / color / mirror / Atom feed
* F11 key in terminal
@ 2004-01-30 17:25 Nicolai Kuntze
  2004-01-30 20:18 ` Bart Oldeman
  0 siblings, 1 reply; 8+ messages in thread
From: Nicolai Kuntze @ 2004-01-30 17:25 UTC (permalink / raw)
  To: linux-msdos

Hi,

I need the F11 key in the terminal. Under X (dosemu.bin -X) it works perfect. What have I to do to get this key in the terminal??

Greetings

Nicolai


---- 
Diese Nachricht wurde auf Viren und andere gefaehrliche Inhalte sowie Spam untersucht.



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

* Re: F11 key in terminal
  2004-01-30 17:25 F11 key in terminal Nicolai Kuntze
@ 2004-01-30 20:18 ` Bart Oldeman
  2004-01-31 11:38   ` Nicolai Kuntze
  0 siblings, 1 reply; 8+ messages in thread
From: Bart Oldeman @ 2004-01-30 20:18 UTC (permalink / raw)
  To: Nicolai Kuntze; +Cc: linux-msdos

On Fri, 30 Jan 2004, Nicolai Kuntze wrote:

> I need the F11 key in the terminal. Under X (dosemu.bin -X) it works perfect. What have I to do to get this key in the terminal??

the problem is that many terminals cannot distinguish F11 from shift-F1.

ctrl-^ -
should work though. Type Ctrl-^ h to get help about terminal
keyboard workarounds.

Bart


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

* Re: F11 key in terminal
  2004-01-30 20:18 ` Bart Oldeman
@ 2004-01-31 11:38   ` Nicolai Kuntze
  2004-01-31 15:25     ` Bart Oldeman
  2004-01-31 16:04     ` Dave Phillips
  0 siblings, 2 replies; 8+ messages in thread
From: Nicolai Kuntze @ 2004-01-31 11:38 UTC (permalink / raw)
  To: Bart Oldeman; +Cc: linux-msdos

Am Fr 30.01.2004 21:18, Bart Oldeman <bartoldeman@users.sourceforge.net> schrieb:

> On Fri, 30 Jan 2004, Nicolai Kuntze wrote:
> 
> > I need the F11 key in the terminal. Under X (dosemu.bin -X) it works perfect. What have I to do to get this key in the terminal??
> 
> the problem is that many terminals cannot distinguish F11 from shift-F1.
> 
> ctrl-^ -
> should work though. Type Ctrl-^ h to get help about terminal
> keyboard workarounds.
> 
> Bart
> 

Thanks for your Help. It works really perfect! Fortunatly I have a second problem. Is it possible to deaktivate the mouse if I use dosemu -X? I have here a very "special" program that jumps around in the menue if I move the mouse.

Nicolai


---- 
Diese Nachricht wurde auf Viren und andere gefaehrliche Inhalte sowie Spam untersucht.



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

* Re: F11 key in terminal
  2004-01-31 11:38   ` Nicolai Kuntze
@ 2004-01-31 15:25     ` Bart Oldeman
  2004-02-09 12:45       ` Nicolai Kuntze
  2004-01-31 16:04     ` Dave Phillips
  1 sibling, 1 reply; 8+ messages in thread
From: Bart Oldeman @ 2004-01-31 15:25 UTC (permalink / raw)
  To: Nicolai Kuntze; +Cc: linux-msdos

On Sat, 31 Jan 2004, Nicolai Kuntze wrote:

> Am Fr 30.01.2004 21:18, Bart Oldeman <bartoldeman@users.sourceforge.net> schrieb:
>
> > On Fri, 30 Jan 2004, Nicolai Kuntze wrote:
> >
> > > I need the F11 key in the terminal. Under X (dosemu.bin -X) it works perfect. What have I to do to get this key in the terminal??
> >
> > the problem is that many terminals cannot distinguish F11 from shift-F1.
> >
> > ctrl-^ -
> > should work though. Type Ctrl-^ h to get help about terminal
> > keyboard workarounds.
> >
> > Bart
> >
>
> Thanks for your Help. It works really perfect! Fortunatly I have a
> second problem. Is it possible to deaktivate the mouse if I use dosemu
> -X? I have here a very "special" program that jumps around in the menue
> if I move the mouse.

This will be possible in the next update (1.2.1); right now this is only
available in the CVS version of dosemu with the -m switch.

Bart


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

* Re: F11 key in terminal
  2004-01-31 11:38   ` Nicolai Kuntze
  2004-01-31 15:25     ` Bart Oldeman
@ 2004-01-31 16:04     ` Dave Phillips
  2004-02-01 13:11       ` Nicolai Kuntze
  1 sibling, 1 reply; 8+ messages in thread
From: Dave Phillips @ 2004-01-31 16:04 UTC (permalink / raw)
  To: linux-msdos; +Cc: Nicolai Kuntze

Nicolai Kuntze wrote:

>Is it possible to deaktivate the mouse if I use dosemu -X? I have here a very "special" program that jumps around in the menue if I move the mouse.
>  
>
Hi Nicolai:

  I had the same problem with Sequencer Plus, it's mouse-aware by 
default. A command-line switch (/nm) for Sequencer Plus turns it off, 
you may want to check if there's such a switch for your program too. 
Note that the switch I use is a Sequencer Plus switch, it's not a DOSemu 
switch.

Best,

dp



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

* Re: F11 key in terminal
  2004-01-31 16:04     ` Dave Phillips
@ 2004-02-01 13:11       ` Nicolai Kuntze
  0 siblings, 0 replies; 8+ messages in thread
From: Nicolai Kuntze @ 2004-02-01 13:11 UTC (permalink / raw)
  To: Dave Phillips; +Cc: linux-msdos

Sorry, but my program does not have such a switch. It does not have any support for a mouse anyway ... The textinterface is only a kind of "sensitiv" :-) Nobody knows why.

Am Sa 31.01.2004 17:04, Dave Phillips <dlphilp@bright.net> schrieb:

> Nicolai Kuntze wrote:
> 
> >Is it possible to deaktivate the mouse if I use dosemu -X? I have here a very "special" program that jumps around in the menue if I move the mouse.
> >  
> >
> Hi Nicolai:
> 
>   I had the same problem with Sequencer Plus, it's mouse-aware by 
> default. A command-line switch (/nm) for Sequencer Plus turns it off, 
> you may want to check if there's such a switch for your program too. 
> Note that the switch I use is a Sequencer Plus switch, it's not a DOSemu 
> switch.
> 
> Best,
> 
> dp
> 
> 
> 
> ---- 
> Diese Nachricht wurde auf Viren und andere gefaehrliche Inhalte sowie Spam untersucht.
> 
> 



---- 
Diese Nachricht wurde auf Viren und andere gefaehrliche Inhalte sowie Spam untersucht.



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

* Re: F11 key in terminal
  2004-01-31 15:25     ` Bart Oldeman
@ 2004-02-09 12:45       ` Nicolai Kuntze
  2004-02-09 18:14         ` Bart Oldeman
  0 siblings, 1 reply; 8+ messages in thread
From: Nicolai Kuntze @ 2004-02-09 12:45 UTC (permalink / raw)
  To: Bart Oldeman; +Cc: Nicolai Kuntze, linux-msdos

> > Thanks for your Help. It works really perfect! Fortunatly I have a
> > second problem. Is it possible to deaktivate the mouse if I use dosemu
> > -X? I have here a very "special" program that jumps around in the menue
> > if I move the mouse.
> 
> This will be possible in the next update (1.2.1); right now this is only
> available in the CVS version of dosemu with the -m switch.
> 
> Bart
> 

Hi,

how does this switch work? Currently, I am using the latest version out of the CVS (1.3.0.0).

Nicolai


---- 
Diese Nachricht wurde auf Viren und andere gefaehrliche Inhalte sowie Spam untersucht.



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

* Re: F11 key in terminal
  2004-02-09 12:45       ` Nicolai Kuntze
@ 2004-02-09 18:14         ` Bart Oldeman
  0 siblings, 0 replies; 8+ messages in thread
From: Bart Oldeman @ 2004-02-09 18:14 UTC (permalink / raw)
  To: Nicolai Kuntze; +Cc: linux-msdos

> > This will be possible in the next update (1.2.1); right now this is only
> > available in the CVS version of dosemu with the -m switch.
> >
> how does this switch work? Currently, I am using the latest version out of the CVS (1.3.0.0).

use something like
xdosemu -m
to invoke it or
$_mouse_internal = (off)

Bart


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

end of thread, other threads:[~2004-02-09 18:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-30 17:25 F11 key in terminal Nicolai Kuntze
2004-01-30 20:18 ` Bart Oldeman
2004-01-31 11:38   ` Nicolai Kuntze
2004-01-31 15:25     ` Bart Oldeman
2004-02-09 12:45       ` Nicolai Kuntze
2004-02-09 18:14         ` Bart Oldeman
2004-01-31 16:04     ` Dave Phillips
2004-02-01 13:11       ` Nicolai Kuntze

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