vcl/source/uitest/uiobject.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit d8f0afa1da2a7a3dd10064a66c4d0b8508675fdb
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Fri Jun 12 15:03:35 2020 +0100
Commit:     Szymon Kłos <szymon.k...@collabora.com>
CommitDate: Mon Nov 30 18:26:39 2020 +0100

    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 <caol...@redhat.com>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106890
    Tested-by: Szymon Kłos <szymon.k...@collabora.com>
    Reviewed-by: Szymon Kłos <szymon.k...@collabora.com>

diff --git a/vcl/source/uitest/uiobject.cxx b/vcl/source/uitest/uiobject.cxx
index 818a4513b7f6..2c6010dc205d 100644
--- a/vcl/source/uitest/uiobject.cxx
+++ b/vcl/source/uitest/uiobject.cxx
@@ -189,6 +189,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
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to