feat(ui): mirror presenter slide-box mouse feedback to content [ON TOP OF #350] - #351
Draft
excitoon wants to merge 2 commits into
Draft
feat(ui): mirror presenter slide-box mouse feedback to content [ON TOP OF #350]#351excitoon wants to merge 2 commits into
excitoon wants to merge 2 commits into
Conversation
Launch an isolated Chromium session and mirror it into the content window. Render synthetic cursor, click, and drag feedback in the mirror. Add presentation actions, default shortcuts, docs, and websocket-client dependency.
Mirror presenter current-slide mouse interactions onto the content window. Reuse browser-style cursor, click, and drag feedback rendering. Fix presenter button-kind mapping so left and right click colors stay consistent.
excitoon
marked this pull request as draft
April 7, 2026 08:20
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.
Motivation
Browser mirror mode solved notebook demos inside Pympress, but the audience still could not see presenter-side pointer movement over the slide preview itself. That made it harder to use the presenter slide box as a live teaching aid when explaining layout, highlighting regions, or referring to parts of the current slide before advancing.