...
Sets the current modifier state as specified by an associative array, using the format returned by GetModifierState(). Only modifiers that are listed will cause the state to change.
Note | ||
---|---|---|
| ||
Modifiers will persist until changed, or Clear() is called. |
Code Block | ||||
---|---|---|---|---|
| ||||
hidkey.SetModifierState({ LeftShift : true }); |
...
Returns additional information if the Enable()
fails.