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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

French keyboard : XWin -query


Hello,

I try to replace Exceed by Xfree86 in my department of research.
In my .bat file, I generate a keymap and I connect to a hostname parameter
(see after).

So, at the login windows, my keyboard is french and so during my session.

But, the ALT GR doesn't work. So we can't use XFree86, because our
scientists need 
~ { [ | \ ] } in their programs or in their Matlab session.

What is your solution for this problem ?

Thanks.

REM Windows NT/2000
echo startxwin.bat - Starting on Windows NT/2000

REM ----------------------------------------------------------
REM Generate a compiled keymap file as output (.xkm extension)
REM ----------------------------------------------------------
xkbcomp.exe -xkm -m fr /etc/X11/xkb/keymap/xfree86 /tmp/fr.xkm

REM ----------------------------------------------------------
REM Connection to %1 Unix Server
REM ----------------------------------------------------------
start /B XWin :0 -xkbmap fr -query %1 -screen 0 1024 768
REM ----------------------------------------------------------

pause
:END

pause
:END


A+
Nadine


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