hello all, I m just trying to understand the Xfree86 code . What i am trying to do is to get the input keys from another keyboard in the network through a socket (not the one attached with my CPU).Now my problem is in getting the keys mapped correctly.I am getting the alphabets correctly,but the other extended functional keys like up,down,left,right,etc. are not being mapped correctly. If somebody can help or suggest in correct keymap,and where from the control for the corresponding extended keys are coming in Xserver. Thanks in advance...
cheers Romel
Hello Romel,
On Thu, 2005-11-24 at 10:09, romel dutta wrote:
hello all, I m just trying to understand the Xfree86 code . What i am trying to do is to get the input keys from another keyboard in the network through a socket (not the one attached with my CPU).Now my problem is in getting the keys mapped correctly.I am getting the alphabets correctly,but the other extended functional keys like up,down,left,right,etc. are not being mapped correctly.
Look at the VNC and rdesktop sources. that should help you.
With regards,