|
1 | | -# FastKeylogger 0.1.0 [ALPHA-2026-06] — Behavioral Typing Logic for Java |
| 1 | +# FastKeylogger 0.1.0 [ALPHA-2026-06] — � Behavioral Typing Logic for Java |
2 | 2 |
|
3 | 3 | [](https://github.com/andrestubbe/FastKeylogger/releases/tag/0.1.0) |
4 | 4 | [](https://opensource.org/licenses/MIT) |
@@ -51,10 +51,10 @@ public class Example { |
51 | 51 |
|
52 | 52 | ## Key Features |
53 | 53 |
|
54 | | -- **?? Text Reconstruction** — Converts raw hardware scancodes into a logical character stream. |
55 | | -- **?? Timing Signatures** — Captures precise **Dwell Time** (hold duration) and **Flight Time** (latency). |
56 | | -- **?? Correction Awareness** — Monitors backspaces and deletions to analyze cognitive load and error patterns. |
57 | | -- **? Zero Polling** — Purely event-driven logic based on `FastKeylogger`. |
| 54 | +- **?? Text Reconstruction** � Converts raw hardware scancodes into a logical character stream. |
| 55 | +- **?? Timing Signatures** � Captures precise **Dwell Time** (hold duration) and **Flight Time** (latency). |
| 56 | +- **?? Correction Awareness** � Monitors backspaces and deletions to analyze cognitive load and error patterns. |
| 57 | +- **? Zero Polling** � Purely event-driven logic based on `FastKeylogger`. |
58 | 58 |
|
59 | 59 | --- |
60 | 60 |
|
@@ -138,21 +138,21 @@ Download the latest JARs directly to add them to your classpath: |
138 | 138 |
|
139 | 139 | ## License |
140 | 140 |
|
141 | | -MIT License — See [LICENSE](LICENSE) file for details. |
| 141 | +MIT License � See [LICENSE](LICENSE) file for details. |
142 | 142 |
|
143 | 143 | --- |
144 | 144 |
|
145 | 145 | ## Related Projects |
146 | 146 |
|
147 | | -- [FastCore](https://github.com/andrestubbe/FastCore) — Native Library Loader & JNI Utilities for Java |
148 | | -- [FastMouse](https://github.com/andrestubbe/FastMouse) — High-Performance Native Mouse API for Java |
149 | | -- [FastHotkey](https://github.com/andrestubbe/FastHotkey) — Low-Latency Global Hotkey API for Java |
150 | | -- [FastKeylogger](https://github.com/andrestubbe/FastKeylogger) — Native Windows RawInput API for Java |
151 | | -- [FastTouch](https://github.com/andrestubbe/FastTouch) — Native touchscreen input for Java |
152 | | -- [FastStylus](https://github.com/andrestubbe/FastStylus) — Native Stylus/Pen Input for Java |
| 147 | +- [FastCore](https://github.com/andrestubbe/FastCore) � Native Library Loader & JNI Utilities for Java |
| 148 | +- [FastMouse](https://github.com/andrestubbe/FastMouse) � High-Performance Native Mouse API for Java |
| 149 | +- [FastHotkey](https://github.com/andrestubbe/FastHotkey) � Low-Latency Global Hotkey API for Java |
| 150 | +- [FastKeylogger](https://github.com/andrestubbe/FastKeylogger) � Native Windows RawInput API for Java |
| 151 | +- [FastTouch](https://github.com/andrestubbe/FastTouch) � Native touchscreen input for Java |
| 152 | +- [FastStylus](https://github.com/andrestubbe/FastStylus) � Native Stylus/Pen Input for Java |
153 | 153 |
|
154 | 154 | --- |
155 | | -**Part of the FastJava Ecosystem** — *Making the JVM faster.* |
| 155 | +**Part of the FastJava Ecosystem** � *Making the JVM faster.* |
156 | 156 |
|
157 | 157 |
|
158 | 158 |
|
|
0 commit comments