| View previous topic :: View next topic |
| Author |
Message |
Psi-Jack
Joined: 24 Dec 2005 Posts: 7 Location: Austin, TX
|
Posted: Mon Dec 26, 2005 1:56 am Post subject: USB HID Keyboard Filter Driver |
|
|
Does anyone know of a USB-capable HID filter driver for keyboards, that might allow me the use to capture all the scancodes of my Logitech Coordless Freedom keyboard while in the USB port, instead of being adapted to PS/2?
I've gotten everything BUT the scrollwheel up/down to work. Even pressing onthe wheel itself works, just not the rolling part of it. heh.
I used SnoopFree to find all of Logitech's little keyboard hooks, and I disabled every one of them, and yet it still doesn't seem to capture the scancodes of those keys. :/
Any suggestions are welcome.
Psi-Jack |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10480
|
Posted: Mon Dec 26, 2005 1:30 pm Post subject: |
|
|
| You've certainly gone through a lot to try to get it working. The only thing I can think of (which you've probably already tried) is to see if the mouse hook detects your scroll wheel. A script that contains the line #InstallMouseHook should reveal mouse rotations on the key history screen if the mouse's driver allows them to be seen. If they do show up, you can then use WheelUp and WheelDown as hotkeys. |
|
| Back to top |
|
 |
Micha
Joined: 15 Nov 2005 Posts: 440 Location: Germany
|
|
| Back to top |
|
 |
|