Add scrolling capture mode on macOS#51
Open
Ankitmohanty2 wants to merge 4 commits intoKartikLabhshetwar:mainfrom
Open
Add scrolling capture mode on macOS#51Ankitmohanty2 wants to merge 4 commits intoKartikLabhshetwar:mainfrom
Ankitmohanty2 wants to merge 4 commits intoKartikLabhshetwar:mainfrom
Conversation
|
@Ankitmohanty2 is attempting to deploy a commit to the knox projects Team on Vercel. A member of the Team first needs to authorize it. |
Ankitmohanty2
commented
Feb 9, 2026
Author
Ankitmohanty2
left a comment
There was a problem hiding this comment.
Summary
Adds a new scrolling capture mode on macOS:
- Captures the frontmost window repeatedly while sending Page Down
- Stitches each frame vertically with overlap to produce one tall image
- Exposes it as a new "Scroll capture" button and optional ⌘⇧S shortcut
Implementation details
- New Tauri command
native_capture_scroll(macOS-only) usingscreencapture -l <windowId>and AppleScript for scrolling stitch_scroll_capturesin the Rust image module to merge multiple window frames with ~20% overlap- Frontend updates:
- Adds
scrolltoCaptureMode - Adds "Scroll capture" button on the main screen
- Adds optional "Capture Scroll" global shortcut and tray menu item
- Adds
Co-authored-by: tembo[bot] <208362400+tembo[bot]@users.noreply.github.com>
Co-authored-by: tembo[bot] <208362400+tembo[bot]@users.noreply.github.com>
Co-authored-by: tembo[bot] <208362400+tembo[bot]@users.noreply.github.com>
Owner
|
hi @Ankitmohanty2 thank you for your contribution can you add demo video if possible |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.