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?
I think it's 0x70.
I started
xev
and press left shift :As you can see the
keysym
value is0xffe1
like in the source codeAnd for p :
I don't know what is
keysym
but it seems to be what the code use.EDIT
keysym : The symbolic name of a key on a keyboard.