Search found 1 match

by gjpc
2012-06-26 00:14
Forum: Developer discussions (mainly user-mode)
Topic: Patch to get the Option Key working on OSX connections
Replies: 0
Views: 5895

Patch to get the Option Key working on OSX connections

I have a patch that enables uVNC to send the option key to OSX machines using the native OSX connection.

It is simple: in file keysymdefjap.h line 1506 change XK_Super_L from 0xFFEB to 0xFFE8

The tarball did not compile out of the box. I had to remove line 5 #include <d3dx9.h> from directxviewer.h ...