semicolon repeat problem
Brought to you by:
alanh
repeat _quickly_ the following:
press and hold shift;
press and hold the semicolon key;
release shift;
release semicolon.
you should obtain an infinite sequence of semicolons;
press any key to stop it.
i call /usr/bin/Xvnc with the following options:
-query localhost -depth 24 -interface 192.168.0.1
-geometry 1024x768
i'm willing to help to solve this problem, so let me
know any other piece of information you need, or any
kind of testing i can do!
thanks for your good work, anyway!
Logged In: YES
user_id=595252
I confirm this bug, with the 4.3.0.999 version for linux.
I have have tried different clients ( windows and linux )
and this happen whe n I press shit+x-key
where x-key can be any key wich is modified by pressing "shift"
Logged In: YES
user_id=2372
If you try disabline XKB with
Xvnc -kb
does it still happen ?
Logged In: YES
user_id=1176626
the switch -kb solve the problem!!!
i now call /usr/bin/Xvnc with the following options:
-query localhost -depth 24 -interface 192.168.0.1 -geometry
1024x768 -kb
and everything works fine.
let me know any other testing you need.
thanks.