Duplicate of #65 - #64
Closed
affan-a11y wants to merge 1 commit into
Closed
Conversation
…ky_key`) Add an explicit `key_method=sky_key` to `type_text` and `press_key` that delivers keyboard input to covered or off-Space windows without changing the user's foreground app, key window, first responder or pointer. Chromium only inserts text while its NSWindow is the AppKit key window, so sky_key reuses sky_click's target-only synthetic-active record, then posts yabai's make-key-window record pair, waits for the target to become key, delivers the existing postToPid keyboard events, and releases the state. Command chords are pressed through the target's AX menu bar because AppKit only dispatches NSMenu key equivalents for the active app. Windows/Linux expose the enum and return a stable unsupported error. Includes unit tests, an opt-in isolated-Chrome live regression, docs, a reference note recording the approaches that were verified not to work, history and a completed execution plan. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016SHsVke4q46DoMvEjFQJDF
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.
Opened from the wrong account by mistake; the real PR is #65.