promotional bannermobile promotional banner

Modern Keystrokes

A fabric mod that display keystrokes and CPS (1.21.11-1.20.1)

File Details

modern-keystrokes v2.0.1 1.21.7.jar

  • R
  • Mar 16, 2026
  • 55.97 KB
  • 71
  • 1.21.7
  • Fabric

File Name

modern-keystrokes v2.0.1 1.21.7.jar

Supported Versions

  • 1.21.7

Curse Maven Snippet

Fabric

modImplementation "curse.maven:modern-keystrokes-1459932:7768605"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Modern Keystrokes 1.21.7

Core Fixes and Optimizations:

Thread Safety Implementation: Migrated click-tracking collections to ConcurrentLinkedDeque. This resolves potential ConcurrentModificationException errors and client hangs by ensuring thread-safe access between the rendering and input threads.

Memory Leak Prevention: Optimized the timestamp cleanup logic to run independently of the HUD's visibility state. This ensures that unused data is consistently purged from memory even when the mod is toggled off.

Configuration Reliability: Added automated directory checks during the save process. The mod now verifies the existence of the configuration folder before writing, preventing file system errors.

Compatibility Recommendations:

Sodium Integration: To mitigate known rendering issues in 1.21.7 (such as UBO capacity overflows and flickering), the use of Sodium is highly recommended for stable performance.