LibVNC / libvncserver

LibVNCServer/LibVNCClient are cross-platform C libraries that allow you to easily implement VNC server or client functionality in your program.
GNU General Public License v2.0
1.11k stars 485 forks source link

how to get os NumLock CapsLock ScrollLock #604

Open pzh2386034 opened 8 months ago

pzh2386034 commented 8 months ago

How can i sync pc client three keyboard lights with OS?when i use obmc-ikvm, it always happen display in OS not as i expect.

if i can use rfbGetKeyboardLedStateHookPtr to slove this problem? where can i find client example ?

thanks to everyone help me~!

RokerHRO commented 2 months ago

The RFB protocol cannot transmit the server-side status of these LEDs to the VNC client. A not-yet-defined extension could allow that.