Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Macro plugin #60

Open
TheCodeingPadawan opened this issue Mar 23, 2024 · 0 comments
Open

Macro plugin #60

TheCodeingPadawan opened this issue Mar 23, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@TheCodeingPadawan
Copy link

TheCodeingPadawan commented Mar 23, 2024

Hot keys are one thing, but something that would really be useful would be macros.

It could look something like this.

"keys": [
	{
		"label": "inv1",
		"backgroundColor": "#ffae00",
		"color": "#fff",
		"id": "2024-03-23T10:46:13.703Z",
		"type": "macro",
		"pageId": "c2283202-64d9-4e31-856a-ea0dda4b629b",
		"position": 0,
		"backgroundUrl": "",
		"hideLabel": "",
		"actionConfig": {
			"key-hold": "q",
			"wait-ms": "1000",
			"key-press": "1",
			"wait-ms": "250",
			"key-press": "Enter",
			"key-hold-end": "q"
		}
	}
]

The UI can consist of an add action button. The add action button then moves down one slot, and a drop down or popup appears to select the action type, and a text/dropdown/record field or button, to enter the relevant variable. You can then click add action again and it all stacks downwards.

@TheCodeingPadawan TheCodeingPadawan added the enhancement New feature or request label Mar 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant