Top "Sendkeys" questions

A .NET class that sends one or more keystrokes to the active window as if they were typed at the keyboard.

Send special character with SendKeys

I am using textboxes to send text via SendKeys, but when I insert special characters in the textbox, my application …

c# regex keyboard character sendkeys
SendKeys doesn't always work

I am using .SendKeys() in Excel VBA to send key strokes to an external window that I am making active …

excel sendkeys vba
How can I send keyboard commands (hold,release,simultanous) with a python script?

I want to send virtually the command like this: when keypress=="a" #if entered key is "a" send {ALT+TAB} # …

python keyboard-events sendkeys virtual-keyboard
SendKeys alternative that works on Citrix

I recently developed a virtual keyboard application for a customer. The program is working fine with almost all programs, but …

c# .net sendkeys citrix virtual-keyboard
Make a form not focusable in C#

I'm wanting to write a virtual keyboard, like windows onscreen keyboard for touchscreen pcs. But I'm having problem with my …

c# forms keyboard focus sendkeys
SendKeys to a specific program without it being in focus

I am trying to use sendkeys, but send it to a non focused program. For example, I want to use …

c# sendkeys
How to send several keys in WebDriver with Python?

How to make Python code in WebDriver to press Command+Shift+H buttons on keyboard (or keys)? Update: info: Pushing …

python python-2.7 selenium-webdriver webdriver sendkeys
Trigger OS to copy (ctrl+c or Ctrl-x) programmatically

I'm working on a program to trigger cut and pastes Pastes I have no problem with (I just dump a …

c# windows api sendkeys
Win32 equivalent of .net SendKeys

I am designing a system that reads a gesture from Kinect and make some actions. I am trying to include …

c++ winapi sendkeys
SendKeys alternatives?

I created a keypad app that stays on top, but does not take the focus so that on a touch …

c# sendkeys keyhook