zenangst / KeyboardCowboy

:keyboard: The missing keyboard shortcut utility for macOS
Other
800 stars 14 forks source link

refactor: update window focus logic for consistency #550

Closed zenangst closed 4 months ago

zenangst commented 4 months ago

Update SystemWindowRelativeFocus* to use systemWindows for sorting and filtering. Ensure all window comparisons are done using the nested window.rect properties. Add additional checks in loops for better accuracy in determining next window. This enhances consistency and accuracy in window navigation.

github-actions[bot] commented 4 months ago

Test: failed ❌ https://github.com/zenangst/KeyboardCowboy/actions/runs/9952644811

@zenangst