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

Refactor screen recording and add key bindings #875

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

filip131311
Copy link
Collaborator

@filip131311 filip131311 commented Dec 23, 2024

This PR aims to add screenshot functionality, keybindings for capturing replays, starting an capturing the recording and capturing screenshots.

To achieve that we moved the logic for starting and ending recording from webview to the extension code.

the proposed keybindings are:

  • capture replay: shift+cmd+R
  • start recording: shift+cmd+E
  • capture recording: shift+cmd+T
  • capture screenshot: shift+cmd+A

fix #868

How Has This Been Tested:

  • Run extension and check if commands and previously existing buttons work as expected
  • change MAX_RECORDING_TIME_SEC to 10 and check if the logic for closing stoping works
  • check screenshot buton and its effects
Screen.Recording.2024-12-23.at.17.12.46.mov

Copy link

vercel bot commented Dec 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
radon-ide ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 23, 2024 9:34pm

This PR adds screenshot functionality introduced to the simulator server
in
software-mansion-labs/simulator-server@d86dcc5


### How Has This Been Tested: 

run the project and make a screenshot
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.

Integrate Screenshot support
1 participant