1 items

File information

Last updated

Original upload

Created by

BingusEx

Uploaded by

BingusEx

Virus scan

Safe to use

Tags for this mod

About this mod

A simple CommonlibSSE-NG plugin that tries to fix stuck key inputs when alt-tabbing in and out of the game.

Share
Requirements
Permissions and credits
Changelogs
What Is This?
This is a SKSE plugin that tries to fix Skyrim's now infamous stuck keys issue.
This bug becomes especially apparent when using mods that use imgui overlays for their settings (like Community Shaders). Because of the way imgui processes input having stuck keys leads to imgui overlays rappidly cycling through all of their visible controls untill you manually press the offending key (which is often the TAB key) to fix them.

How It Works

On each window focus/unfocus event (So each time you tab out or in of the game), the plugin will clear out the game's keyboard input buffers while also discarding any pending input for one frame. From personal testing this appears to fully fix the issue.

Compatibility

Should work on all game versions from 1.5.97 (SE) up to 1.6.1170 (AE) (Only 1.5.97 and 1.6.1170 have been tested).
Skyrim VR is unsuported.

Source code can be found Here.