Skip to content

Conversation

KanchiShimono
Copy link
Contributor

Summary

Updated the computer-use example to support simultaneous key presses.
The current implementation presses and releases keys one at a time, which prevents combo inputs like copy (CTRL+C) from working correctly.

Test plan

N/A

Issue number

N/A

Checks

  • I've added new tests (if relevant)
  • I've added/updated the relevant documentation
  • I've run make lint and make format
  • I've made sure tests pass

@KanchiShimono KanchiShimono force-pushed the computer-use-example-keypress branch from f09e0f3 to 74ba824 Compare April 8, 2025 06:13
@rm-openai rm-openai merged commit 869c95b into openai:main Apr 8, 2025
5 checks passed
Lightblues pushed a commit to Lightblues/openai-agents-python that referenced this pull request Apr 13, 2025
…enai#452)

### Summary

Updated the `computer-use` example to support simultaneous key presses.
The current implementation presses and releases keys one at a time,
which prevents combo inputs like copy (CTRL+C) from working correctly.

### Test plan

N/A

### Issue number

N/A

### Checks

- [ ] I've added new tests (if relevant)
- [ ] I've added/updated the relevant documentation
- [x] I've run `make lint` and `make format`
- [ ] I've made sure tests pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants