Top "Keystroke" questions

The generic concept of capturing or generating a keystroke event in an application.

Making a Keylogger

I wanted to make a small keylogger on my own pc to see how keystrokes work with C++. I've found …

c++ keystroke
Send keystroke to other control

Easy one for you guys. I have a textbox on top of a listbox. The textbox is use to filter …

c# forwarding keystroke
How to listen keyboard in background and fire keystrokes on demand?

I want to make a program in vb.NET 2008 which will listen keyboard in background, i.e. even though the …

vb.net visual-studio-2008 keystroke keyboard-hook keystrokes
How to intercept capture TAB key in WinForms application?

I'm trying to capture the Tab key in a Windows Forms application and do a custom action when it is …

c# .net winforms keystroke
How to prevent a backspace key stroke in a TextBox?

I want to suppress a key stroke in a TextBox. To suppress all keystrokes other than Backspace, I use the …

c# windows-phone-7 windows-phone keystroke backspace
Java: Use keystroke with arrow key

I have some code that I need to modify. In the code, the original author uses KeyStroke.getKeyStroke to take …

java swing actionlistener key-bindings keystroke
AppleScript Application is not allowed to send keystrokes

I made an app with AppleScript called FRIDAY. When I tell it to 'open chrome', it opens google chrome, this …

applescript keystroke applescript-objc system-error systemevent
Check whether key is pressed down in Windows console

Possible Duplicate: C++ console keyboard events I want a Windows console program to do something if a certain key is …

c++ console keystroke
Sending keystrokes to a program

In window form, I made a button and I'm trying to make it send F1 to a specific window (Such …

c# winforms sendkeys keystroke
Simulate Key Press at hardware level - Windows

I'm looking for a language or library to allow me to simulate key strokes at the maximum level possible, without …

java python hardware keystroke simulate