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

Mouse over active window title bar event #63

Open
renebrandel opened this issue Jul 9, 2019 · 2 comments
Open

Mouse over active window title bar event #63

renebrandel opened this issue Jul 9, 2019 · 2 comments

Comments

@renebrandel
Copy link

I’d like to have an event that is raised when my mouse hovers over the title bar of the active window. I’m trying to build a window management app that can use vim like commands “jkl;” to snap the window to the right places. I don’t see an existing event that can help with that. Any advice?

@tmandry
Copy link
Owner

tmandry commented Jul 10, 2019 via email

@renebrandel
Copy link
Author

renebrandel commented Jul 10, 2019

Thanks Tyler for the quick response.

you’ll probably want to get the raw AXUIElement from Swindler and look for child
elements with that role

Is there a way to easily get the raw AXElement through the Swindler window. Just looking at the Window definition, I wasn’t able to access the raw AXElement.

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

No branches or pull requests

2 participants