-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, the recording mode (standard, user32, or coordinate) is fixed for the entire recording session. If a user needs to switch modes (for example, to handle parts of an application that do not expose accessibility and require user32 or coordinate mode), they must stop the recording, change the mode, reload or restart the extension, and start a new session. This workflow is not practical and forces the user to use a single mode per session.
What should happen:
- Users should be able to change the recording mode on the fly during a recording session, without stopping or restarting the extension.
- The new mode should take effect immediately, allowing the user to record different actions in different modes as needed.
Why this matters:
- Enables recording workflows that span multiple application contexts, including those with limited accessibility support.
- Removes the need to restart or split sessions just to change modes, making the tool more flexible and user-friendly.
Acceptance criteria:
- Users can switch between standard, user32, and coordinate modes at runtime via the UI or commands.
- The mode change is applied immediately and only affects subsequent recorded actions.
- The UI reflects the current active mode.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request