Skip to content

Commit

Permalink
Fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
XX committed Jul 30, 2018
1 parent d33ff25 commit b58af36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Rust Keylogger
==============

This is a keylogger for Linux written in Rust, the fork of [original keylogger](https://github.com/gsingh93/keylogger). It works by reading directly from the keyboard device in `/dev/input/`. The keylogger attempts to detect the keyboard device upon startup, but if one cannot be detected or if multiple are detected, you must specify the path to the device file manually.
This is a keylogger for Linux written in Rust, forked from [original keylogger](https://github.com/gsingh93/keylogger). It works by reading directly from the keyboard device in `/dev/input/`. The keylogger attempts to detect the keyboard device upon startup, but if one cannot be detected or if multiple are detected, you must specify the path to the device file manually.

Only the US keyboard layout is supported. See [input.rs](https://github.com/gsingh93/keylogger/blob/master/src/input.rs) if you are interested in adding mappings for other keyboard layouts.

Expand Down

0 comments on commit b58af36

Please sign in to comment.