https://github.com/maximus5/key-reader
Read unprocessed keyboard and mouse input from stdin
https://github.com/maximus5/key-reader
Last synced: 10 months ago
JSON representation
Read unprocessed keyboard and mouse input from stdin
- Host: GitHub
- URL: https://github.com/maximus5/key-reader
- Owner: Maximus5
- Created: 2016-01-22T20:48:48.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-24T09:56:43.000Z (over 7 years ago)
- Last Synced: 2025-01-31T11:50:16.888Z (12 months ago)
- Language: C++
- Size: 3.91 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# RAW key reader
This tiny tool reads unprocessed input from stdin.
Just compile it on Unix or using cygwin and run result binary.
## How to compile
First, be sure you have `g++` installed (simple `gcc` is not enough).
> apt-get g++
Than, you may build key-reader
> g++ key-reader.cpp -o kr
Set permission for the binary file
> chmod 777 ./kr
And now you may run it
> ./kr
## Alternatives
On **Unix** you may run `showkey -a`.
On **Windows** there is `KeyEvents.exe` from ConEmu project:
.