| | I just started coding in C++ and I need help with this project. The problem is to write a an application that acts like a keylogger which rather than writing what is typed into a file, will be able to intercept a character typed, look-up a hash table and a return what that character was mapped to instead. So that for instance, if my hashtable maps the Function keys to the first 12 letters of the Greek alphabet, I can just run this partial keylogger (or more aptly, key-transformer) while MS Word is running and and not have to use the Insert->Symbol map anymore. For starters, I'd like to learn how to do this in Windows before moving on to *nix or Mac platforms. Thanks. D. |


