woodruffw / x_do.cr

Crystal bindings for libxdo (xdotool)
https://woodruffw.github.io/x_do.cr/
MIT License
18 stars 1 forks source link

Add global click type actions #16

Closed phil294 closed 2 years ago

phil294 commented 2 years ago

These are sent to the active window and perform more reliably than the window-specific calls, just like in xdotool Fixes #12

I guess these could also be externalized since they are very similar to the ones in window.cr, if you want that. But the docs are somewhat modified and I personally thought it was cleaner this way

woodruffw commented 2 years ago

Nope, this is fine. Looks good, thanks.