Files
Chunyan Liu d609e5c88b Fix tigervnc long press issue
Using xen tools 'xl vncviewer' with tigervnc (default on SLE-12),
found that: the display of the guest is unexpected while keep
pressing a key. We expect the same character multiple times, but
it prints only one time. This happens on a PV guest in text mode.

After debugging, found that tigervnc sends repeated key down events
in this case, to differentiate from user pressing the same key many
times. Vnc server only prints the character when it finally receives
key up event.

To solve this issue, this patch tries to add additional key up event
before the next repeated key down event (if the key is not a control
key).

[CYL: BSC#882405]
Signed-off-by: Chunyan Liu <cyliu@suse.com>
2017-10-03 07:38:57 -06:00
..
2017-07-27 14:23:09 +02:00
2017-06-02 11:33:52 +04:00
2017-06-23 11:47:59 +02:00
2016-06-03 08:23:26 +02:00
2016-02-04 17:01:04 +00:00
2014-09-16 08:07:05 +02:00
2017-06-23 11:50:46 +02:00
2017-07-27 14:23:09 +02:00
2016-02-04 17:01:04 +00:00
2016-02-04 17:01:04 +00:00
2016-02-04 17:01:04 +00:00
2017-05-12 12:34:31 +02:00
2016-02-23 12:43:05 +00:00
2017-10-03 07:38:57 -06:00
2016-02-04 17:01:04 +00:00