|
|
|
@ -14,6 +14,7 @@ struct TimerShortcuts: AppShortcutsProvider { |
|
|
|
AppShortcut(intent: StartTimerIntent(), phrases: [ |
|
|
|
AppShortcut(intent: StartTimerIntent(), phrases: [ |
|
|
|
"\(.applicationName) \(\.$timer)", |
|
|
|
"\(.applicationName) \(\.$timer)", |
|
|
|
"\(.applicationName) my \(\.$timer)", |
|
|
|
"\(.applicationName) my \(\.$timer)", |
|
|
|
|
|
|
|
"\(.applicationName) the \(\.$timer)", |
|
|
|
"Start \(\.$timer) with \(.applicationName)", |
|
|
|
"Start \(\.$timer) with \(.applicationName)", |
|
|
|
"Launch \(\.$timer) with \(.applicationName)", |
|
|
|
"Launch \(\.$timer) with \(.applicationName)", |
|
|
|
"Start \(.applicationName)", |
|
|
|
"Start \(.applicationName)", |
|
|
|
|