Skip to content

Button Type ‐ Command

Jack Devonshire edited this page Jul 9, 2024 · 2 revisions

This button type allows you to map a button press to a specific command prompt command. In the below example you can see this being used to open chrome to a specific website.

{
	"Reference": "BTN_4",
	"On": null,
	"Off": {
		"Type": "Command",
		"Action": "start chrome -o https://jackdevonshire.co.uk"
	}
}