Hello!
I have been loving Keymando for a few weeks now, but have been wondering if it is possible to do the following:
((Note, if this functionality exists it will be possible to move windows between spaces))
1. Find x,y location of current active window
2. Move mouse to (window_x + 100, window_y + 10) IE. MouseMacros::move_mouse(100,10) but with variables
3. Press Mouse Button Down IE. left_click() but with left_mouse_down()
4. Send <Control-right>
5. Release Mouse Button IE. left_mouse_up()
6. (Optional: Return mouse to initial location)
I am also having a lot of trouble using variables. Is there access to variables in keymandorc.rb ?
If this is helpful: