Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Date: Wed, 7 Jun 2000 18:43:28 -0400 (EDT) From: Laszlo Vecsey To: cygwin AT sourceware DOT cygnus DOT com Subject: microsoft keyboard.sys Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII I'm looking to create a dynamic keyboard layout that changes as you type, and works for all applications on the operating system. To do this, it looks like I'll have to create a replacement keyboard.sys file. I've tried running cygwin/mingw32 'nm' on it but it can't read anything. How can I extract the contents of a .sys file into a .a library, and create a new .sys driver with the functions that I need replaced? Also is anyone else aware of any keyboard layouts or programs that perhaps take qwerty and dvorak to a new level, by making even more of the common keys on the home row? As you type letters the keyboard layout would change to accomodate the most frequently used ones that are likely to come up next in the words you are typing. Even if the speed benefit and reduced strain turn out to be not that significant, it seems like an interesting brain tease and my hunch is it'll seem natural once you get lots of practice. I've checked the mummit khan pages but didn't see anything there. That site has been tremendously useful in the past for working with dll's, so I'm wondering how dissimilar .sys files are and how doable it is to extract them, then recreate them. -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com