Prevent keystrokes from leaking through to the console when using evdev.
This uses the same method Weston and X use. Sadly, to be fully effective when launching remotely, this needs root permissions.
This commit is contained in:
parent
146a3bc324
commit
dd7e8526a2
3 changed files with 103 additions and 1 deletions
|
@ -148,5 +148,8 @@ this determining the CAPS LOCK behavior:
|
|||
Notes
|
||||
================================================================================
|
||||
|
||||
* Input events from the keyboard leak through to the console
|
||||
* When launching apps remotely (via SSH), SDL can prevent local keystrokes from
|
||||
leaking into the console only if it has root privileges. Launching apps locally
|
||||
does not suffer from this issue.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue