Skip to content
This repository was archived by the owner on Oct 27, 2022. It is now read-only.
This repository was archived by the owner on Oct 27, 2022. It is now read-only.

Hardware keypresses does not detectable by other programs #1

@kfirfer

Description

@kfirfer

Disclaimer: I have zero C# knowledge

While I running the program, he somehow remove the capability to recognize key pressed, even physical , with other programs

For example, after running the program, This python standard code doesn't works:

        if keyboard.is_pressed("del"):
            os._exit(1)

'is_pressed' function doesn't care if it came from the physical keyboard nor injected

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions