From b58af36069695daa964f2b5ffc3b223a2c843077 Mon Sep 17 00:00:00 2001 From: XX Date: Mon, 30 Jul 2018 19:42:00 +0300 Subject: [PATCH] Fix description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6b50cb..9a548d1 100644 --- a/README.md +++ b/README.md @@ -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.