Skip to content

Commit fdc17dc

Browse files
Added README and LICENSE
1 parent 5517d16 commit fdc17dc

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed

LICENSE

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2023 Artem Avramenko
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.
22+

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# KeyLock ⌨️​​🔒​
2+
The KeyLock is a lightweight tool developed in Delphi for Windows XP back in 2006.
3+
Despite its age, it continues to function seamlessly on modern Windows operating systems,
4+
including Windows 11. This tool is designed to lock your keyboard temporarily, providing
5+
a useful solution for scenarios such as cleaning the keyboard, allowing a small child to
6+
press keys, or preventing accidental key presses by pets.
7+
8+
## Features
9+
10+
- **Compatibility:** Works on Windows XP and newer, including Windows 11.
11+
- **Lightweight:** Minimal resource usage, ensuring a smooth user experience.
12+
- **Easy to Use:** Simple user interface for quick keyboard locking and unlocking.
13+
- **Versatile:** Useful for various scenarios, including keyboard cleaning 🧹, child interaction 👶, and pet safety 🐈.
14+
15+
## Prerequisites
16+
17+
- Windows XP or later
18+
- No additional dependencies required
19+
20+
## Usage
21+
22+
1. Download the [executable file](./KeyLock.exe)
23+
2. Double-click the executable file to launch the tool.
24+
4. To unlock the keyboard, close the app window.
25+
26+
## License
27+
28+
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.

0 commit comments

Comments
 (0)