Is there a gem to send keys to the Windowmanager with Ruby? I would like to send commands to the windowmanager (I use dwm). Something like
windowmanager.send( "MOD-Shift-C" )
or stuff would be great.
Is there a gem to send keys to the Windowmanager with Ruby? I would like to send commands to the windowmanager (I use dwm). Something like
windowmanager.send( "MOD-Shift-C" )
or stuff would be great.
It hasn't been updated in a while, but try the xdo
gem:
This question is also partially answered by this post, which gives examples for Windows and for Mac. echristopherson's answer is for Linux only, which does seem to be what you are referring to.