I am trying to modify the program tight vnc for some special Keyboard shortcuts. One includes the letter P, but that is not provided by the keymap implementation of the program, and I would like to add it. The probelm I run into is that I don't know where the program gets it's values from. I believe the keymap for p should be 0x0112 but I cannot identify the exact notion they use.
Below is a link to the code on google code. Does anyone recognize the values they use?