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

Implementation of Linux's DeviceKeyboardHandler. #6

Open
Animeshz opened this issue Dec 30, 2020 · 0 comments
Open

Implementation of Linux's DeviceKeyboardHandler. #6

Animeshz opened this issue Dec 30, 2020 · 0 comments
Labels
enhancement New feature or request pending Something which is planned.

Comments

@Animeshz
Copy link
Owner

Only X11 based linux distro is supported right now, if the X11 is not accessible (though should be in most GUI distros), we can safely fallback to read events from the /dev/uinput or /dev/input/eventX.

This operation is only granted when the root access is given, so we'll always prioritize the X11 way to handle the communication.

To be fixed: DeviceKeyboardHandler.

@Animeshz Animeshz added enhancement New feature or request pending Something which is planned. labels Dec 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pending Something which is planned.
Projects
None yet
Development

No branches or pull requests

1 participant