* dosemu keyboard problem
@ 2003-02-13 11:17 ssabchew
0 siblings, 0 replies; 6+ messages in thread
From: ssabchew @ 2003-02-13 11:17 UTC (permalink / raw)
To: linux-msdos
I compiled the dosemu-1.1.4 and its O.K. But when I start it in console
it can`t grab the left "ALT" key wich is bad for my users (some of the
programs that we run require it-parasox end for changing keyboard layout
to cyrillic).I try it on Mandrake 9.0 & Redhat 8.0 - it is the same.
But in older distributions it works fine and grabs the key(left alt). In
a "X box" it works also fine and there is no problems with the key.
Please help!
Thanks in advance!
P.S. I`m sorry for my English! I didn`t pay attentions in my classes.
:-))
Stilian Sabchew
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: dosemu keyboard problem
@ 2003-02-15 6:01 Clarence Dang
0 siblings, 0 replies; 6+ messages in thread
From: Clarence Dang @ 2003-02-15 6:01 UTC (permalink / raw)
To: linux-msdos; +Cc: ssabchew
On Thu, 13 Feb 2003 10:17 pm, ssabchew wrote:
> I compiled the dosemu-1.1.4 and its O.K. But when I start it in console
> it can`t grab the left "ALT" key wich is bad for my users (some of the
> programs that we run require it-parasox end for changing keyboard layout
> to cyrillic).I try it on Mandrake 9.0 & Redhat 8.0 - it is the same.
> But in older distributions it works fine and grabs the key(left alt). In
> a "X box" it works also fine and there is no problems with the key.
You are probably trying to use rawkeyboard. A global.conf in 1.1.4.0 problem
prevents this from working at all. You need a newer version. I suggest
1.1.4.13 (http://dosemu.sourceforge.net/testing/patch-1.1.4.13.gz).
>
> P.S. I`m sorry for my English! I didn`t pay attentions in my classes.
>
Nor did I and I was coming 1st for quite some time :)
Clarence
^ permalink raw reply [flat|nested] 6+ messages in thread
* DOSEMU keyboard problem
@ 2010-02-08 8:32 Danilo Godec
2010-02-08 9:40 ` Danilo Godec
0 siblings, 1 reply; 6+ messages in thread
From: Danilo Godec @ 2010-02-08 8:32 UTC (permalink / raw)
To: linux-msdos
I fixed the performance issue - there was a leftover .dosemurc in users
home directories, which included the '$_cpu_emu = "full"'.
But I now have a new problem regarding keyboard. I'm using Netterm
telnet client, because it has excelent custom keyboard and character
mapping abilities and it supports pass-through printing. I need mapping
because the application is using an old, outdated and non-standard
YUSCII encoding (check http://en.wikipedia.org/wiki/YUSCII for more info).
On new DOSEMU there is a problem - when I press one of the 'home',
'end', 'page up', 'page down' or 'insert' keys, DOSEMU seems to 'hang' -
but not completely. It still accepts CTRL-C and 'space' - but nothing
else. This only happens if I use Netterm in conjunction with new DOSEMU.
It works if I use Putty and it also works with Netterm and old DOSEMU
(where the connection settings are exactly the same).
I used 'showkey' to check what Netterm actually sends for those keys::
HOME - ^[[1~
END - ^[[4~
PAGE UP - ^[[5~
PAGE DOWN - ^[[6~
INSERT - ^[[2~
These codes are the same that Putty sends and these keys work both in
Linux (old and new server) and old DOSEMU...
I tried changing '$_layout', but that didn't change anything.
Any ideas?
Regards, Danilo
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: DOSEMU keyboard problem
2010-02-08 8:32 DOSEMU " Danilo Godec
@ 2010-02-08 9:40 ` Danilo Godec
2010-02-08 13:18 ` Bart Oldeman
0 siblings, 1 reply; 6+ messages in thread
From: Danilo Godec @ 2010-02-08 9:40 UTC (permalink / raw)
To: linux-msdos
On 8.2.2010 9:32, Danilo Godec wrote:
> I fixed the performance issue - there was a leftover .dosemurc in
> users home directories, which included the '$_cpu_emu = "full"'.
>
> But I now have a new problem regarding keyboard. I'm using Netterm
> telnet client, because it has excelent custom keyboard and character
> mapping abilities and it supports pass-through printing. I need
> mapping because the application is using an old, outdated and
> non-standard YUSCII encoding (check
> http://en.wikipedia.org/wiki/YUSCII for more info).
>
> On new DOSEMU there is a problem - when I press one of the 'home',
> 'end', 'page up', 'page down' or 'insert' keys, DOSEMU seems to 'hang'
> - but not completely. It still accepts CTRL-C and 'space' - but
> nothing else. This only happens if I use Netterm in conjunction with
> new DOSEMU.
I found out how I can 'escape' from that state - if I press 'ESC'
quickly followed by 'ENTER', DOSEMU snaps out and I can continue using
it... In keyscan codes, that's ^[^M ...
But still - how can I get these keys to work in DOSEMU?
Regards, Danilo
> It works if I use Putty and it also works with Netterm and old DOSEMU
> (where the connection settings are exactly the same).
>
> I used 'showkey' to check what Netterm actually sends for those keys::
>
> HOME - ^[[1~
> END - ^[[4~
> PAGE UP - ^[[5~
> PAGE DOWN - ^[[6~
> INSERT - ^[[2~
>
> These codes are the same that Putty sends and these keys work both in
> Linux (old and new server) and old DOSEMU...
>
> I tried changing '$_layout', but that didn't change anything.
>
> Any ideas?
>
> Regards, Danilo
>
> --
> 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] 6+ messages in thread
* Re: DOSEMU keyboard problem
2010-02-08 9:40 ` Danilo Godec
@ 2010-02-08 13:18 ` Bart Oldeman
2010-02-08 19:36 ` Danilo Godec
0 siblings, 1 reply; 6+ messages in thread
From: Bart Oldeman @ 2010-02-08 13:18 UTC (permalink / raw)
To: Danilo Godec; +Cc: linux-msdos
2010/2/8 Danilo Godec <danilo.godec@agenda.si>:
> On 8.2.2010 9:32, Danilo Godec wrote:
>> On new DOSEMU there is a problem - when I press one of the 'home', 'end',
>> 'page up', 'page down' or 'insert' keys, DOSEMU seems to 'hang' - but not
>> completely. It still accepts CTRL-C and 'space' - but nothing else. This
>> only happens if I use Netterm in conjunction with new DOSEMU.
>
> I found out how I can 'escape' from that state - if I press 'ESC' quickly
> followed by 'ENTER', DOSEMU snaps out and I can continue using it... In
> keyscan codes, that's ^[^M ...
>
> But still - how can I get these keys to work in DOSEMU?
DOSEMU depends on the TERM environment variable setting to get these
keys -- $_layout tends to not change these keys a lot as most
keyboards have home/end etc in the same place. Try (in Linux)
infocmp
and playing a bit with TERM
Perhaps
export TERM=putty
does the job?
Bart
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: DOSEMU keyboard problem
2010-02-08 13:18 ` Bart Oldeman
@ 2010-02-08 19:36 ` Danilo Godec
0 siblings, 0 replies; 6+ messages in thread
From: Danilo Godec @ 2010-02-08 19:36 UTC (permalink / raw)
To: linux-msdos
On 8.2.2010 14:18, Bart Oldeman wrote:
> still - how can I get these keys to work in DOSEMU?
>
> DOSEMU depends on the TERM environment variable setting to get these
> keys -- $_layout tends to not change these keys a lot as most
> keyboards have home/end etc in the same place. Try (in Linux)
> infocmp
> and playing a bit with TERM
> Perhaps
> export TERM=putty
> does the job?
>
> Bart
>
Yes, I had to change TERM from the default Netterm's 'VT100'to
'xterm-color' for everything to work. Using 'linux', 'putty' or 'xterm'
fixed the keyboard problem, but some graphical characters did not
display correctly.
With 'xterm-color' everything looks as it should.
Thank you!
Best regards, Danilo
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2010-02-08 19:36 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-13 11:17 dosemu keyboard problem ssabchew
-- strict thread matches above, loose matches on Subject: below --
2003-02-15 6:01 Clarence Dang
2010-02-08 8:32 DOSEMU " Danilo Godec
2010-02-08 9:40 ` Danilo Godec
2010-02-08 13:18 ` Bart Oldeman
2010-02-08 19:36 ` Danilo Godec
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox