Daniel P. Berrange 237925baa9 ui: use correct union field for key number
The code converting key numbers to QKeyCode in the 'input-send-event'
command mistakenly accessed the key->u.qcode union field instead of
the key->u.number field. This is harmless because the fields use the
same size datatype in both cases, but none the less it should be fixed
to avoid confusion.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-id: 20171019142848.572-4-berrange@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
2017-10-23 10:50:02 +02:00
..
2017-10-17 10:25:42 +02:00
2017-10-17 10:25:42 +02:00
2017-08-31 12:29:07 +02:00
2017-09-19 14:09:34 +02:00
2017-09-13 10:15:43 +02:00
2017-10-17 10:25:42 +02:00
2017-08-31 12:29:07 +02:00