From 88e8046f8f4c81106636989eb0eb96044ef40454 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Fri, 20 May 2016 05:07:33 +0200 Subject: uitest: add a demo case for new keycodes Change-Id: Ieec7fcd9b942d99d0dc16794856af4b1eabebde8 --- uitest/calc_tests/gridwindow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uitest/calc_tests/gridwindow.py b/uitest/calc_tests/gridwindow.py index 55005b2aafa0..642da4b6fc7d 100644 --- a/uitest/calc_tests/gridwindow.py +++ b/uitest/calc_tests/gridwindow.py @@ -36,7 +36,7 @@ def input(xContext): xGridWindow.executeAction("SELECT", selectProps) # TODO: how to handle the enter - typeProps = mkPropertyValues({"TEXT": "=2"}) + typeProps = mkPropertyValues({"KEYCODE": "CTRL+DOWN"}) xGridWindow.executeAction("TYPE", typeProps) ui_test.close_doc() -- cgit v1.2.3