Skip to content

Commit cb4e512

Browse files
committed
Update README title with creation date [ALPHA-2026-06]
1 parent 95a75c6 commit cb4e512

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33
[![Status](https://img.shields.io/badge/status-0.1.0-brightgreen.svg)](https://github.com/andrestubbe/FastKeylogger/releases/tag/0.1.0)
44
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
@@ -51,10 +51,10 @@ public class Example {
5151

5252
## Key Features
5353

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`.
5858

5959
---
6060

@@ -138,21 +138,21 @@ Download the latest JARs directly to add them to your classpath:
138138

139139
## License
140140

141-
MIT License See [LICENSE](LICENSE) file for details.
141+
MIT License See [LICENSE](LICENSE) file for details.
142142

143143
---
144144

145145
## Related Projects
146146

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
153153

154154
---
155-
**Part of the FastJava Ecosystem** *Making the JVM faster.*
155+
**Part of the FastJava Ecosystem** *Making the JVM faster.*
156156

157157

158158

0 commit comments

Comments
 (0)