oblitum / Interception

The Interception API aims to build a portable programming interface that allows one to intercept and control a range of input devices.
http://oblita.com/interception
1.32k stars 271 forks source link

intercept cant tell between Onn keypad,Logitech Keyboard, Blackweb Keyboard. sees it all the same #127

Open comet424 opened 2 years ago

comet424 commented 2 years ago

so it was working but since i added a 3rd keyboard

all 3 devices blackweb keyboard Logitech keyboard Onn Keypad

all get the same HID address of the Logitech

if i reboot and pull the Logitech out then it works if i plug in.. it readdress's all 3 as logitech HID

if i just use Logitech and the onn keypad it also shows as just the Logitech keyboard... it used to work..

when i test with mediachances multikeyboard software.. it can tell between all 3.. it doesnt have an issue.. it changes the PID a bit.. it doesnt use REV line in it.. but there software doesnt allow you to change the keys if you gotta change a keyboard out...

is there something in Windows 10 thats making it do this?

i also only have 6 of the 10 HID in the keyboard in the device manager..

but any fix to get interception to stop telling the other devices they are Logitech keyboards address

i tried an uninstall and then reinstall of the intercept driver but it didnt help