-
Notifications
You must be signed in to change notification settings - Fork 278
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
Can I use Plover without a GUI? #1079
Comments
You can use |
Ok thanks @Teteros |
@Teteros what function is xorg server playing exactly? I'm trying to establish what a NodeJS port of Plover might look like. |
Plover is using hardcoded keymaps from xorg Not sure how well you could grab keys from linux framebuffer / virtual console instead, or if it's even viable. This dependency on xorg is a stopper for #1050 (Wayland support) as well since you'd need to support one of its compositors instead of using xlib. |
Even when run with no GUI (
|
Is it possible to use Plover without a GUI? IE: on a Linux device with no GUI installed?
How would I do this?
The text was updated successfully, but these errors were encountered: