Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features without permission from or credit to me
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou must get permission to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 1.0.0
Initial release
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.