Top "Keyboard-hook" questions

The term keyboard hook covers a range of techniques used to alter or augment the behavior or intercepting keyboard event messages before they reach an application.

Global keyboard hook with WH_KEYBOARD_LL and keybd_event (windows)

I am trying to write a simple global keyboard hook program to redirect some keys. For example, when the program …

c++ hook keyboard-events keyboard-hook
Receive OS level key-press events in C# application

i dont know a better title for the question , but i`ll illustrate my problem. I am working on application …

c# keyboard-shortcuts media-player keyboard-hook
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 hook external process with SetWindowsHookEx and WH_KEYBOARD

I am trying to hook for example Notepad without sucess. Making a global hook seems to work fine. Testing on …

windows winapi dll code-injection keyboard-hook
JNA Keyboard Hook in Windows

I have put together a JNA code for installing keyboard hook in Windows (using the JNA examples). The code compiles …

java windows jna keyboard-hook
Monitoring keyboard activity in C# while my application is in the background

First of all I need to make it clear that I have no interest in keylogging. I need a way …

c# .net windows keyboard keyboard-hook
Low level keyboard hook & keystrokes from rawinput

Currently, I'm making a program that intercept keystrokes from a specific keyboard (filtered using its HID). So to know which …

c# keyboard-hook raw-input low-level-api
ToAscii/ToUnicode in a keyboard hook destroys dead keys

It seems that if you call ToAscii() or ToUnicode() while in a global WH_KEYBOARD_LL hook, and a dead-key …

windows unicode diacritics keyboard-hook
Simulate key stroke in any application

How do I simulate a key stroke in a window that is not my C# application ? Right now i'm using …

c# winapi keyboard keyboard-hook
Can you remap keys of a specific keyboard?

I've got two keyboards attached to my computer. A normal full-size keyboard and a numeric keypad. I want to "remap" …

windows keyboard-hook raw-input