Giter Site home page Giter Site logo

Report device id on Windows about keyboard HOT 8 OPEN

boppreh avatar boppreh commented on June 19, 2024 3
Report device id on Windows

from keyboard.

Comments (8)

kg-2 avatar kg-2 commented on June 19, 2024 2

any progress on this?

from keyboard.

boppreh avatar boppreh commented on June 19, 2024

https://www.codeproject.com/articles/716591/combining-raw-input-and-keyboard-hook-to-selective

from keyboard.

boppreh avatar boppreh commented on June 19, 2024

The new branch "windows-device-id" now contains a possible solution to this problem.

Low Level Keyboard hooks don't include device information. Raw Input Device
listeners do, but they don't allow for blocking events. To combine both, we
run a listener of each. Low level hook events are processed first (unknown
why), so we put those events into a "deviceless_events" queue. When the
corresponding raw input device events comes (identified by order), we fill
the missing device id and pass it along to the generic keyboard library.
Raw input devices are sometimes buffered, but as long as events are served
in order, this should be ok.

Unfortunately the device id is fetched after the window of opportunity
for blocking events, so we can never block events based on it.
On the other hand, we don't need to wait for the device id before deciding
to block or allow, so events are processed more quickly and with less key
delay.

Still needs more testing.

from keyboard.

boppreh avatar boppreh commented on June 19, 2024

Note to self:

https://www.codeproject.com/articles/716591/combining-raw-input-and-keyboard-hook-to-selective (uses DLL, but has interesting ideas on how to pair events)
https://github.com/oblitum/Interception
http://nate.deepcreek.org.au/dev/keyboardredirector.rails

from keyboard.

cobrce avatar cobrce commented on June 19, 2024

take a look at this, it might help
https://github.com/cobrce/interception_wrapper

This repo is a port (not a wrapper), it works better than the other one, tested only keyboard and it works

from keyboard.

DomML avatar DomML commented on June 19, 2024

Is this issue still relevant ?

from keyboard.

boppreh avatar boppreh commented on June 19, 2024

Yes, I still want the feature and it's still not implemented.

It's not my highest priority right now, though.

from keyboard.

zys5945 avatar zys5945 commented on June 19, 2024

take a look at this, it might help https://github.com/cobrce/interception_wrapper This repo is a port (not a wrapper), it works better than the other one, tested only keyboard and it works

Couple things to consider for interception:
The device driver itself is not open source.
I tested it locally and found that it doesn't play very nicely with virtual machines. Namely keyboards will stop working if you disconnect then reconnect (no keystrokes received by the OS).
Some other people also found issues with keyboard switches (KVM): oblitum/Interception#145

I think there's something wrong with the way it handles device reconnect

from keyboard.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.