blob: b581cf7a345c424b0ff163bb921e36d260b72e9d (
plain)
1
2
3
4
5
6
7
8
9
10
|
// This file is for the starter commands when you open any office application.
// Button clicks for opening an application are automatically translated as coming from a starter button.
StarterCommand:
'Start' program_name=Program
;
Program:
"writer"|"calc"|"impress"|"draw"|"math"|"database"
;
|