summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-06-12 15:03:35 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-06-12 20:03:33 +0200
commita5b181df04e4688256bda19e1bece7bf9fd3fa02 (patch)
tree16ddd7c2ded0f5d8bfe88ff69c5e2c89fba6c042
parent866c08f92a78f36bbe66ed2126dbca3c4f3f36dc (diff)
add SPACE keycode to uitesting list
Change-Id: I3f330409b994d85ab5605ae3e8a184851902f811 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96205 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--vcl/source/uitest/uiobject.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/uitest/uiobject.cxx b/vcl/source/uitest/uiobject.cxx
index 13ced0da3102..e2474e4bdd6a 100644
--- a/vcl/source/uitest/uiobject.cxx
+++ b/vcl/source/uitest/uiobject.cxx
@@ -195,6 +195,7 @@ std::vector<KeyEvent> generate_key_events_from_keycode(const OUString& rStr)
{"RIGHT", KEY_RIGHT},
{"DELETE", KEY_DELETE},
{"INSERT", KEY_INSERT},
+ {"SPACE", KEY_SPACE},
{"BACKSPACE", KEY_BACKSPACE},
{"RETURN", KEY_RETURN},
{"HOME", KEY_HOME},