Search found 1 match

by oows
2011-02-25 14:46
Forum: Feature requests
Topic: Sending Numlock Key
Replies: 1
Views: 9119

Sending Numlock Key

Is it possible to send the Numlock key to the remote server? I am programming a VNC client, yet when I try to send the Numlock keysym defined below, the remote system does not react.

#define XK_Num_Lock 0xFF7F

I can send other keystroke data just fine, and the remote system receives the keystroke ...