summaryrefslogtreecommitdiff
path: root/uitest/ui_logger_dsl/starter_commands.tx
blob: 5a5d4b8de7eed3048d1c472221f0e6532324202b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//this file for the staters commands when you open any LO application
//It's translate automatic that the buttom you push to open the app is a starter buttom

StarterCommand:
  'Start' program_name=Program
;


Program:
  "writer"|"calc"|"impress"|"draw"|"math"|"database"
;