You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,6 @@
2
2
3
3
Download the [Latest Release](https://github.com/nhmkdev/KeyCap/releases/latest)
4
4
5
-
# Updates in progress
6
-
7
-
Docs/code are being updated to v2 branch (just merged into master for further refinement/release).
8
-
9
5
## Description
10
6
*Windows only* application for capture keyboard input and remapping it to:
11
7
* another key or sequence of keys
@@ -35,9 +31,6 @@ Windows Registry Editor Version 5.00
35
31
36
32
You can also include the `-autostart` argument if you wish to immediately start capturing keys with the loaded config.
37
33
38
-
## TODO:
39
-
* Fix bugs!
40
-
41
34
## Warning
42
35
This program does perform keyboard capture and is essentially the first component of a key logger. I humbly request you NOT use the information included in the source code to create a malicious application.
43
36
@@ -54,12 +47,19 @@ The file is prefixed with two 32-bit ints:
54
47
| --- | --- |
55
48
| 0x0E0CA000 | 0x1
56
49
57
-
The remainder of the file is a repeated sequence of the following information.
58
-
One input may be associated with numerous outputs.
50
+
The remainder of the file is a repeated sequence of the following information. One input may be associated with numerous outputs.
51
+
59
52
Byte array representation of each input/output(s) pair:
0 commit comments