I want to simulate ctrl keydown and ctrl keyup.
My use-case is the following:
The user can select from a list (build with a table) multiple elements by pressing CTRL key and clicking on the desired row. When the CTRL key is released an AJAX call will be made.
I need a watir test to simulate this. How can i do this ? Any ideas ? I would need a solution that works under Linux
Thanks a lot.
