![]() |
|
XP is just a number | |
PerlMonks |
comment on |
( #3333=superdoc: print w/replies, xml ) | Need Help?? |
I've a problem with Win32::Setupsup::Sendkeys :
When i want to send 'Ab' to a windows, this function send SHIFT+A and b but if CAPSLOCK is enabled, the windows receive 'aB' not cool ! I sent a mail to the module's author for his information. My solution is test the CAPSLOCK state with GetKeyState function in user32.dll (thanks to Aldo for Win32::API), i'm writing a module (Win32::Keyboard) to do this properly...
David "Sniper" Rigaudiere In reply to Win32::Setupsup::Sendkeys - Is this a bug ? by Sniper
|
|