-
Notifications
You must be signed in to change notification settings - Fork 195
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
Use of xinput under linux could remove sudo requirement #34
Comments
ypid
added a commit
to ypid/ulogme
that referenced
this issue
May 7, 2016
Closes karpathy#34 Additional improvements and fixes: * Why use `cat`, `grep` and `wc` combined when `grep` can do all of this at once? Fixed. [shellcheck](https://www.shellcheck.net/) can make you aware of such things. * Never storge highly sensitive information like keystrokes (which potentially can contain passwords) on persistent storage. * Terminate background processes when the main process gets killed. * Updated and fixed README.md accordingly. * Removed trailing whitespace.
ypid
added a commit
to ypid/ulogme
that referenced
this issue
May 7, 2016
Closes karpathy#34 Additional improvements and fixes: * Why use `cat`, `grep` and `wc` combined when `grep` can do all of this at once? Fixed. [shellcheck](https://www.shellcheck.net/) can make you aware of such things. * Never storge highly sensitive information like keystrokes (which potentially can contain passwords) on persistent storage. * Terminate background processes when the main process gets killed. * Suppress `bash` warning when background process dies. * Updated and fixed README.md accordingly. * Removed trailing whitespace.
This was referenced May 7, 2016
ypid
added a commit
to ypid/ulogme
that referenced
this issue
May 7, 2016
Closes karpathy#34 Additional improvements and fixes: * Why use `cat`, `grep` and `wc` combined when `grep` can do all of this at once? Fixed. [shellcheck](https://www.shellcheck.net/) can make you aware of such things. * Never storge highly sensitive information like keystrokes (which potentially can contain passwords) on persistent storage. * Terminate background processes when the main process gets killed. * Suppress `bash` warning when background process dies. * Updated and fixed README.md accordingly. * Removed trailing whitespace.
In addition to Docker, showkey is also causing problems on my debian jessie laptop. Probably an old version - but it seems to mess up the keyboard whenever i try to use the text consoles. (I have to magic-sysctl the keyboard back to raw to get control back). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
More of an FYI/feature request.
I don't know if
xinput
is available under OSX (judging by the issue reports, that's the primary user base), but under linuxxinput
allows you to capture key presses without requiring root.The text was updated successfully, but these errors were encountered: