Description of Crazy Keyboard :
crazy keyboard is a small DLL that enables you to change the keys of the of the keyboard. By using a system wide hooking technique, you can change any of the keyboard key to match your requirement or trap the key to fire other events. Your application will act as a control center to control the keypresses of other applications.The application created is ideal for party tricks and other amusing uses that will confused the unsuspecting user. By directly changing the DLL codes, you can lock the keys, change the keys or use keypress to trigger your required function.You can for example, change the key 'a' to become 'z' as such that when 'a' is pressed it will output the letter 'z'. By locking a certain key, that locked key will output nothing when pressed. Three demos included.