WayKeyFix

Quick rating

WayKeyFix

No reviews yet

Filters invalid GLFW scancode 248 and mouse button 99 events sent by Hyprland.

Mod Loaders
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versionsโ€ฆ
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Unsupported

About

Project Details

Type
Mod
License
MIT License
Latest Version
1.0.2
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

So you're playing Minecraft and suddenly you can't click anything. Buttons don't respond, inventory is broken, JEI won't let you type. You check the log and it's spamming Invalid scancode 248 and Invalid mouse button 99 over and over.

It's Hyprland. Sometimes it sends fake release events with scancode 248 and mouse button 99. Could be during a workspace switch, could be for no obvious reason at all. Minecraft has no idea these aren't real keys and just passes them through. Everything breaks.

WayKeyFix stops that before the game even sees them. That's all it does.

  • Zero config, just put it in mods
  • On Wayland it checks each event, on X11 or Windows it does nothing at all
  • Client side only, obviously
  • Only drops events that make no sense, everything else works fine

Works with any mod or modpack since it never touches game logic.

FAQ

Will this break my keybinds or something?
No. If you press a real key nothing changes. It only filters out values no keyboard or mouse could ever produce.

Do I need to install this on a server?
No, it's client side. Drop it in your local mods folder.

Does this cost performance?
On X11 or Windows it does nothing at all. On Wayland each keypress or mouse click runs through two integer comparisons. In practice that's maybe a nanosecond per event. You'd need to press keys for a few thousand years to accumulate a single frame of lag.

Install

Put the jar in your NeoForge 1.21.1 instance's mods/ folder. Needs NeoForge 21.1.233+.

Notice

You might still see Invalid scancode 248 in the log. That's GLFW itself logging the error before the mixin even runs. The log message stays but the actual input corruption is gone.

License

MIT

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works