SendKeys and ^
-
Hello! Does anyone know how to send a
^
using theSendKeys
class? All other characters I tested work fine.^
of course needs to be escaped using{^}
(because^
would press Ctrl), however when sending{^}
it actually types a&
... Best regards Dominik
Too many passwords to remember? Try KeePass Password Safe!
-
Hello! Does anyone know how to send a
^
using theSendKeys
class? All other characters I tested work fine.^
of course needs to be escaped using{^}
(because^
would press Ctrl), however when sending{^}
it actually types a&
... Best regards Dominik
Too many passwords to remember? Try KeePass Password Safe!
-
Hi, noticed this on documentation:
If your application is intended for international use with a variety of keyboards, the use of Send could yield unpredictable results and should be avoided
while SendWait-method does not have this note. Mika
Sorry, I should have pointed out that I'm already using the
SendWait
static method of theSendKeys
class. Any other idea? Best regards Dominik
Too many passwords to remember? Try KeePass Password Safe!
-
Sorry, I should have pointed out that I'm already using the
SendWait
static method of theSendKeys
class. Any other idea? Best regards Dominik
Too many passwords to remember? Try KeePass Password Safe!
If you change the keyboard layout to English, caret works just fine, but for example with Finnish layout, ampersand is sent instead caret (just like in your case). Since every other character works as expected, I would consider this as a possible bug. Mika