sikuli / sikuli-slides

Sikuli-Slides is a visual automation tool that enables users to automate and test Graphical User Interfaces (GUIs) using presentation slides.
MIT License
65 stars 35 forks source link

pass keyboard (tab enter) #25

Closed arnos closed 10 years ago

arnos commented 10 years ago

Sikuli supports this but Sikuli slides doesn't seem to recognize anyway of hitting the tab or return key or the function keys.

Is it possible to have a key action (eg create a box with "Key Enter") or recognize the special characters (eg \n or \t) in https://github.com/sikuli/sikuli/blob/develop/sikuli-script/src/main/java/org/sikuli/script/Key.java for "the" Type action

arnos commented 10 years ago

Can be closed as corrected in pull request #26

doubleshow commented 10 years ago

Thank you for correcting this issue!