This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: console app on German Win9* - '^' character, etc


On Tue, Mar 20, 2001 at 10:03:09PM +0100, Heribert Dahms wrote:
> you know that, on a german keyboard, you need
> to type a space after a deadkey like ^ or ~ or ` ?
> However I can only speak for NT,
> I could avoid W9x/W2k so far...

Win2K is fine, but Win9x has problems with dead keys and console mode
applications.  This problem is not specific to CygWin.

IIRC, when you press a dead key, the console gets a NUL character with the
proper scan code.  It is possible to implement a workaround by watching
such key codes and manually supplying the appropriate ASCII codes.  I
think FAR manager (a nice Win32 console mode file manager) does that.

Other than that, you would have to install English keyboard layout and
switch to it to enter dead keys.

Marius Gedminas
-- 
Bumper sticker: No radio - Already stolen.

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]