Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QM Mouse and Keyboard Detector
#8
It is possible to rewrite keyboard_detector so that it can autoconfigure itself. It could get lists of devices and associate with filter functions. The problem is that the order of devices in the list is undefined, and the devices don't have some unique ids (device name depends on device, USB port, and don't know on what). Sometimes it will associate mouse1 with filterfunction1, sometimes mouse1 with filterfunction2, etc. When a device removed or is in another USB port, will associate other devices with wrong filter functions. Some devices in the lists even don't exist, and I don't know what devices are real. And I cannot test everything on many computers to make it all enough reliable. And similar problems.

Quote:Also, is it possible to expand the keyboard and mouse filters to utilize more than 4? I don't really need that many, but I am curious none-the-less.
Need to change the code in several places and add more filter functions.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)