Hi , I have made a patch to the cygwin1.dll . Its main purpose is to allow a nul character to be input from a french keyboard. Also this patch adds some othre functions keys. If you are interrested you have the diff file from the official cygwin-1.3.20-1 fhandler_console.cc
the binding added are: * ctrl-spc: nul character * ctrl-f1 through ctrl-f10: \e7~ through \e16~ * alt-f1 through alt f10: \e[38~ through \e[47~ * app key binded to: \e[50~ * ctrl-tab and alt tab bind to esc tab. * and some other minor binding; (see the attachment). If you want, you can use this patch and you can add it to a next version of cygwin1.dll. Daniel. P.S. sory for my bad english.
fhandler_console.cc.diff
Description: fhandler_console.cc.diff
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/