Questions tagged [keyboard-wedge]

Use this tag for questions related to hardware device or software program that interfaces with a computer to translate data read by a device other than a keyboard into keyboard data.

Keyboard wedge is a hardware device or software program that interfaces with a computer to translate data read by a device other than a keyboard, such as a magnetic strip or bar code reader or other such scanning device, into keyboard data.

16 questions
0
votes
2 answers

High level global keyboard hook for C# and WPF for reading a keyboard wedge card scanner

The only keyboard hook supported for .NET managed code is a low-level keyboard hook (WH_KEYBOARD_LL). See Using global keyboard hook (WH_KEYBOARD_LL) in WPF / C# I have the above code working in my application at the moment so that when you swipe…
vaughan
  • 6,982
  • 6
  • 47
  • 63
1
2