feat: v3.1.0 — focus restoration + xeneon-hotkey tool#1
Open
ameet-rajababa wants to merge 2 commits into
Open
Conversation
….0.0) The core fix: injectDrag now checks suppressCursorEvents and skips during the 300ms post-click window. Previously, even a brief tap generated HID coordinate-update events that called injectDrag, which warped the cursor to the touch position without warping it back — overriding the warp-back from injectClick. Additional changes: - Widen event tap mask to suppress leftMouseDragged, rightMouseDragged, and otherMouseDragged (was mouseMoved only) - Increase suppression window from 150ms to 300ms - Translate all logs and comments from French to English - install.sh/uninstall.sh: use launchctl bootstrap/bootout (macOS Tahoe) - Plist: add LimitLoadToSessionType + ProcessType for GUI session Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Re-activate previously focused app after injecting click so Stream Deck hotkey actions deliver keystrokes to the correct window - Add xeneon-hotkey companion tool (renamed from cgevent-key) for sending keystrokes via CGEvent, used by Stream Deck actions on the Xeneon Edge Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
xeneon-hotkeycompanion tool (renamed fromcgevent-key) for sending keystrokes via CGEvent, used by Stream Deck button actionsTest plan
./xeneon-hotkey v command→ verify ⌘V paste works