Closed darenschwenke closed 10 years ago
When working with an application which does not like send_event, having to write fake_keypress for each character is tiresome. Allowing this to be set globally (for this script execution) eliminates this as then send_keys can be used.
added keyboard.set_method() where method_name is either 'xtest' or 'event'
When working with an application which does not like send_event, having to write fake_keypress for each character is tiresome.
Allowing this to be set globally (for this script execution) eliminates this as then send_keys can be used.