Note: this is a beta release!
Features & improvements
- New command: MultipleKeysCommand (thanks ChrisRosenkreuz23)
- You guessed it: able to press multiple keys in a row
- There are a few tricks you can use:
- Special keys go between { }, like {TAB} or {UP}
- Put a + in front of a key to add SHIFT, ^ for CTRL and % for ALT
- So, +C is SHIFT-C. Or, +(CD) is SHIFT-C and SHIFT-D, while +CD is SHIFT-C and D
- For multiple presses, use {z 15}, which means Z will get pressed 15 times
- More info: https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.sendkeys
- You need to put [ ] between every key, otherwise HASS.Agent can't tell them apart
- So say you want to press X TAB Y SHIFT-Z, it'd be [X] [{TAB}] [Y] [+Z]
- All of this can be found in the command's info panel as well