https://github.com/kaustubhpatange/kling
A utility to show keyboard keys visually on the Windows screen.
https://github.com/kaustubhpatange/kling
Last synced: 6 months ago
JSON representation
A utility to show keyboard keys visually on the Windows screen.
- Host: GitHub
- URL: https://github.com/kaustubhpatange/kling
- Owner: KaustubhPatange
- License: gpl-3.0
- Created: 2019-07-04T13:36:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-15T07:02:00.000Z (about 4 years ago)
- Last Synced: 2025-04-02T19:44:16.121Z (7 months ago)
- Language: C#
- Size: 1.67 MB
- Stars: 164
- Watchers: 6
- Forks: 16
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kling : Visual Keylogger

[](https://www.gnu.org/licenses/gpl-3.0.en.html)

## Downloads
Version | MD5 hash | Downloads |
--- | --- | --- |
v1.4 | 080ae0152a1b2968d4ac8fca899be7e9 | [klingv1.4_win64.zip](https://github.com/KaustubhPatange/Kling/releases/download/1.4/klingv1.4_win64.zip)
v1.3 | 1e9973e673434096751eafecd495e041 | [klingv1.3_win64.zip](https://github.com/KaustubhPatange/Kling/releases/download/1.3/klingv1.3_win64.zip)
v1.2 | 1ecdddbe43a231af7e465e7864d5c276 | [klingv1.2_win64.zip](https://github.com/KaustubhPatange/Kling/releases/download/1.2/klingv1.2_win64.zip)
v1.1 | a87de4956884ba5c24435d1f879019c0 | [klingv1.1_win64.zip](https://github.com/KaustubhPatange/Kling/releases/download/1.1/klingv1.1_win64.zip)
v1.0 | cac0f93be6821df4eeb0b675e60d047d | [klingv1.0_win64.zip](https://github.com/KaustubhPatange/Kling/releases/download/1.0/klingv1.0_win64.zip)## Screenshot
*4 images for gif*

## Features
*The name **Kling** is made from two words **Keys & Fling**, so I decided to merge them as one word.*
* Visually display keys on Windows screen
* Detect multiple keys and key holds
* Allow you to change location of display
* Allow you to change amount of display time## Compilation
### Windows
* Use either [Visual Studio 2017](https://visualstudio.microsoft.com/) or later to open file *.sln file*## License
* [General Publication License 3.0](https://www.gnu.org/licenses/gpl-3.0.en.html)
```
Copyright 2019 Kaustubh PatangeThis program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .
```