Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update computer-use example to support simultaneous key presses #452

Merged
merged 1 commit into from
Apr 8, 2025

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

@Dexter2211-collab
Copy link

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
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.

3 participants