Hi ConnectIQ team,
as we know Garmin watches provide a nice feature to define shortcuts for standard functionality. It would be really great if one could also use shortcuts defined in apps/widgets. Those could work similar to background processes, where a developer can define a "ShortcutDelegate" which provides:
1. list of shortcuts (these can then be shown in the native shortcut list to get assigned to particular button press combination)
2. a callback method that gets called in case a shortcut has been triggered (this method then defines what happens)
Nice thing here is that there is no need for strict controlling as the action is triggered by a user directly and is therefore not a critical task (in my opinion).
Maybe something to consider...
Thanks!
Bye