ui: fix crash with sendkey and raw key numbers
commit1d5b8d770d1215b41ae32c881984b1d048b2f932
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 19 Oct 2017 14:28:41 +0000 (19 15:28 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 23 Oct 2017 08:50:02 +0000 (23 10:50 +0200)
treebe89fbed7971f2c221593340b4209c008217d168
parent700c85c00c7f60d87a77fa267b01ec7c92ae4d5d
ui: fix crash with sendkey and raw key numbers

Previously we enforced that all key events are using QKeyCodes
at time they are sent:

  commit af07e5ff02ae6d4258fc5331007811d0b1c4d35a
  Author: Daniel P. Berrange <berrange@redhat.com>
  Date:   Fri Sep 29 11:12:00 2017 +0100

    ui: convert key events to QKeyCodes immediately

This commit forget to fix the code for the legacy 'sendkey'
command which still accepts key numbers from the user, which
then need converting to QKeyCodes

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-id: 20171019142848.572-3-berrange@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/input-legacy.c