Quintus / Automations

Automations is a Ruby 1.9 project consisting of libraries to fake and simulate (automate) user input like pressing keys or moving windows. Linux X server systems can be automated by using xdotool internally, Windows systems by using AutoItX3.
30 stars 8 forks source link

How can I combo Ctrl+Up? #13

Closed fschuindt closed 6 years ago

fschuindt commented 9 years ago

I've tried to simulate a Ctrl+Up (arrow key) command with no success.

2.2.2 :011 > XDo::Keyboard.simulate("{CTRL+Up}")
XDo::XError: Invalid character 'Ctrl+up'!
2.2.2 :012 > XDo::Keyboard.ctrl_up
XDo::XError: Invalid character 'Ctrl+up'!

Is that a issue or am I doing something wrong?

Quintus commented 6 years ago

I don't work on this project anymore.