Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to record keystrokes in Modal #8

Open
abhaydhar opened this issue Sep 24, 2018 · 4 comments
Open

Not able to record keystrokes in Modal #8

abhaydhar opened this issue Sep 24, 2018 · 4 comments

Comments

@abhaydhar
Copy link

There is a issue in this library in capturing keystrokes like entering the username and password in a Windows Modal/Popup Box of User Account Control.

Any workarounds for that ?

@fabriciorissetto
Copy link
Owner

@abhaydhar I didn't know that. A protection of these windows forms controls maybe? 🤔

Maybe it is just a not handled case in my code. It relies on a low level hook inside windows API (User32.dll) that calls this method when some key is pressed. So you can debug this method to see if it is hit when users are inside the controls you mentioned. If it didnt get hit probably it is a protection around the windows api and you will have to find another way to cheat it :/

I would be glad if you could help to debug it because I'm no longer using windows as my operating system. It is something pretty fast to test...

@abhay-bw
Copy link

4 years ago. Will have to go look again in my projects if I am able to replicate this. Will update here in a few days

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@fabriciorissetto @abhaydhar @abhay-bw and others