google-code-export / wipflash

Automatically exported from code.google.com/p/wipflash
1 stars 1 forks source link

No method to use keyboard #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have an application that has all controls disabled but pressing one of the 
function keys (like F3) enables search. There doesn't seem to be a feature 
available to type in a window.

Original issue reported on code.google.com by abolour...@gmail.com on 6 May 2011 at 5:40

GoogleCodeExporter commented 9 years ago
Hi, thank you for your feedback. After reflection, I have decided not to add 
this. It would just be a wrapper around SendKeys, which has quite a nice API 
anyway, and few people have the situation you describe - I'd rather not add 
code for edge cases!

Please use SendKeys for situations like the one you describe.

Original comment by featheredwings@gmail.com on 26 Jul 2011 at 6:40