I am looking for a cross-browser (can be based on jquery) way to change the keypress done by a user.
Capturing it is no problem. Changing behaviour in a cross-browser compatible manner, seems to be a problem.
Essentially I need to map some extra keys to special characters. Like ctrl+alt+p should enter a special character in a text field or textarea.
Thanks,
-dennis