Also, as a workaround you probably can use the -skip_keycodes x11vnc
option to indicate which keycodes to not inject.  It is a comma separated
list of the ones you want skipped.

(See the -help output or
http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-skip_keycodes for
more info.)

So one could even do something like this:

# x11vnc ... -v -dk -dk -skip_keycodes `egrep '<I[12]..> =' 
/usr/share/X11/xkb/keycodes/evdev | awk '{print $3}' | tr '\n' , | sed -e 
's/;//g' -e 's/,$//'`

(or similar sort of thing to make the list...)  A quick test suggests
this avoids the 187 being used for "("

Karl




-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to