Interface ISendSequenceAction
Simulates a sequence of user actions like mouse movements and clicks. This class also supports showing a notification overlay during action execution and has capabilities for recording macros. For more information, see Send Text Action Documentation.
Inherited Members
Namespace: EyeAuras.Roxy.Actions.SendSequence
Assembly: EyeAuras.Roxy.dll
Syntax
public interface ISendSequenceAction : ISendInputActionBase, IAuraAction, IAuraEntity, IAuraObject, IBindableReactiveObject, IHasId, IHasTypedId<string>, ICanSetContext, IHasContext, IHasErrors, IDisposable, INotifyPropertyChanged, IHasError, IHasErrorProvider, ICanSetName, IHasName, ICanSetDescription, IHasDescription
Properties
| Name | Description |
|---|---|
| EnableKeyboardRecording | Gets or sets a value indicating whether keyboard input recording is enabled when recording a macro. |
| EnableMouseClicksRecording | Gets or sets a value indicating whether recording of mouse clicks is enabled when recording a macro. |
| MousePositionRecording | Gets or sets the type of recording for mouse position. |
| MousePositionRecordingResolution | Gets or sets the resolution for mouse position recording. |
| ShowNotification | Gets or sets a value indicating whether a notification should be shown when the macro is playing. |
| ToggleStopHotkey | Gets or sets the hotkey gesture to toggle the stopping of the macro when recording a macro. |
| UseStandardKeyUpKeyDownDelays | Gets or sets a value indicating whether to use standard key up and key down delays in the sequence. |