Comment #3 on issue 96 by [email protected]: Generic keyboard shortcut key library
http://code.google.com/p/robotframework/issues/detail?id=96

On the comment of the original poster, I don't think it would be as straight-forward on Linux side if we're talking about the various GUI desktop environments as opposed to just the terminal.

Would there really be a single interface that can satisfy all GUIs plus the terminal? Maybe split into 2 libraries - one for Windows and one for *nix.

Also, a shortcut key library isn't that useful if you send keys to the wrong place (wrong active window in Windows). So it makes more sense to use shortcut keys with a UI automation library or make it part of that. For example AutoIt and Selenium libraries.

Reply via email to