Universal Windows app for Nuimo which triggers apps. It's based on nuimo-windows-demo.
You can assign to each nuimo event e.g. ButtonPress, SwipeLeft, ... an application call
These settings are defined in profiles. Each profile is a JSON file which looks something like this:
{
"SwipeUp": "nuimokeytrigger:^j",
"SwipeDown": "nuimokeytrigger:^+j",
"SwipeLeft": "nuimodde:?server=abas-EKS&topic=COMMAND&request=dis",
"SwipeRight": null,
"RotateRight": "nuimokeytrigger:{DOWN}",
"RotateLeft": "nuimokeytrigger:{UP}",
"ButtonPress": "nuimokeytrigger:{F11}{ENTER}",
"ButtonRelease": null,
"FlyUp": null,
"FlyDown": null,
"FlyLeft": null,
"FlyRight": null
}
You can change between profiles on the run.
I've created two example apps
Rotate events are only triggerd if the absolute value of the event is bigger 20.
If the FlyEvent value is bigger or equal 135 it will cause the FlyUp trigger, if it's less or equal 115 and bigger 1 it will trigger FlyDown.
Windows 10