Hey everyone,

this is my final mail. With all your help we have decided on names for our 
function. It was a surprisingly difficult process but your inputs helped 
tremendously. I have described our experiences (very good ones here, but 
somewhat mixed ones with StackOverflow) in a blog entry: 
http://www.getautoma.com/blog/New-version-of-Automa-with-improved-API

I will now stop spamming this list. Thank you so much again! If you're 
interested in how we're getting on in the future, do follow us on Twitter 
@BugFreeSoftware or on our blog http://www.getautoma.com/blog!

Thanks again, 
Michael
Co-founder and lead developer
@BugFreeSoftware
http://www.getautoma.com

On Tuesday, November 20, 2012 1:18:38 PM UTC+1, Michael Herrmann 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?
> 
> 
> 
> Here are my thoughts so far: I could call it 'press' but then our GUI 
> automation tool also allows you to click things and then "press" might be 
> mistaken for "pressing a button". A less ambiguous alternative is "type_keys" 
> but that is rather long and doesn't read as well, for instance in 
> type_keys(ENTER).
> 
> 
> 
> Thank you very much!
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to