vcl/source/uitest/uiobject.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit a5b181df04e4688256bda19e1bece7bf9fd3fa02
Author: Caolán McNamara <[email protected]>
AuthorDate: Fri Jun 12 15:03:35 2020 +0100
Commit: Caolán McNamara <[email protected]>
CommitDate: Fri Jun 12 20:03:33 2020 +0200
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 <[email protected]>
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},
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits