On Tue, Nov 20, 2012 at 11:18 PM, Michael Herrmann
<michael.herrm...@getautoma.com> wrote:
> Hi,
>
> I'm developing a GUI Automation library (http://www.getautoma.com) and am 
> having difficulty picking a name for the function that simulates key strokes. 
> I currently have it as 'type' but that clashes with the built-in function. 
> Example uses of 'type':
>
> type(ENTER)
>
> type("Hello World!")
>
> type(CTRL + 'a')
>
> What, in your view, would be the most intuitive alternative name?

I've done similar things under names like "send_keys".

ChrisA
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to