Releases: univrsal/input-overlay
Input Overlay 5.0.6
Gamepad fix and new presets
- Bumped Windows version of SDL
- Added wasd-numpad preset by @pvint
- Added presets for Valorant by @LocksmithArmy
- Update French translation by @TetraGG
- Don't start libuiohook on wayland
- Added qwerty preset with arrow keys by @coltonrobbins73
- Expanded g502 preset by @SmokeyNerd
- Updated Russian translation by @xsSplater
- Updated CI
- Fix web socket server not dispatching local SDL events
- Added modern xbox controller preset by @Saikel-Orado-Liu
- Added white version of G502x by @Toddethan
- Improved dualsense preset and add support for touch button by @meo9979
Checksums
input-overlay-5.0.6-source.tar.xz: 38677c1311075ab21aa99ac50016fd2cb6e81f66d7ee8a6145dc27af891d3437
input-overlay-5.0.6-windows-x64-Installer.exe: 4440662160379af26623798a493a167276caa9703eb3b12041699d6b7d3df28d
input-overlay-5.0.6-windows-x64.zip: f0e46728bfcd02a4ab168e5ac9a246e6f1bc6523d5fbd8418d421503f76cd96d
input-overlay-5.0.6-x86_64-linux-gnu-dbgsym.ddeb: 514e55c89e8549e933d1bf9941fbbea1abfbba58a59c9fd4eddaf6f5cfccaf6e
input-overlay-5.0.6-x86_64-linux-gnu.deb: 5b03c9212e87a4219eb603149f0c255fe106accc81216afd0f1ffbab7c9d03d0
input-overlay v5.0.5
Some fixes and new presets
- Added QWERTY-pixel numpad preset
- Added g502x mouse overlay preset
- Added NES preset
- Added QWERTZ layout
- Fix a crash when mouse sensitivity was 0
- Fixed issue where libuiohook would restart when using virtual audio
cable - Fix ISO 105-key not working on x11
- Fix Pipewire breaking because SDL would initialize OpenGL
input-overlay v5.0.4
Checksums
(idk the CI is broken lol)
input-overlay v5.0.3
Checksums
(idk the ci is broken lol)
input-overlay v5.0.2
Checksums
input-overlay-5.0.2-linux-x86_64.deb: f4f5ad3a407298e273561ef61d979cdad6e3b438dfeee615543fb8db7e927b02
input-overlay-5.0.2-linux-x86_64.zip: d050ae1b305ec6017d2c477b9c6c9397c154920469005631a3987d5dec08aea3
input-overlay-5.0.2-windows-x64-Installer.exe: 46b808acd266dd656e8e03045c1a3d625a5c512fd89f9350452d1370fff3dca1
input-overlay-5.0.2-windows-x64.zip: e53342be178087ca3a703066075d9b3d340340d9862281363b2621e360d83bac
input-overlay-5.0.2-windows-x86-Installer.exe: 76ab25f86d39d7e014d70baea36e40487c8e388843928797f773d696900dfd7f
input-overlay-5.0.2-windows-x86.zip: c9b939d6efb5cdaebdff979196ef5799e90fbb11468fabc2c33016bc66e382bf
input-overlay v5.0.1
Checksums
input-overlay-5.0.1-linux-x86_64.deb: 9a7af262be9c509cbdd67990061ceace0ed4eefc6364e4e51b9ff2744bcf0e82
input-overlay-5.0.1-windows-x64-Installer.exe: 81cb1bfbec16aa929fded8ec4ca42fdf449f1e6fcf71ce7d68bbe26e700d0091
input-overlay-5.0.1-windows-x64.zip: b530c9c17cbbcf9879e9b0dca978c23dab5339416baabf58adad159637496541
input-overlay-5.0.1-windows-x86-Installer.exe: a7f8f5cfa41cd168ea515823c5e4660ac5809a3e5511f963d5e2e30fb481d41e
input-overlay-5.0.1-windows-x86.zip: 509b9ac49de1b83e012b7e3c753bc2a8ffad00c1c34a29453f5932cada9a4925
input-overlay v5.0.0
Checksums
input-overlay-5.0.0-linux-x86_64.deb: 40065d49dd82936067b7d3c13d6e21739061ea1d438ec26b7c7cda4b654ec841
input-overlay-5.0.0-windows-x64-Installer.exe: 81ed96c6013361245489ec0926d41b43c6173d9357062b1b1e178b3552127040
input-overlay-5.0.0-windows-x64.zip: 51ebe4f578d835595b818312fef604407cd5745f9c76fdb810f797789e273e19
input-overlay-5.0.0-windows-x86-Installer.exe: d90f78cd861f7660111b7c5aa4ec1f4b48327aba3859b61537645aaa8a4d15b1
input-overlay-5.0.0-windows-x86.zip: c4507b2faf54c844b12340c00e6634960628d7c7fe21f4c02969d1e0a0660053
input-overlay-5.0.0-presets.zip: 2155252fe76eb29feed727755eeb00b348380739b103d2462eabd62a2e6bef6b
5.0 Pre release
This is a pre release for version 5.0.0 containing the following changes:
- Remote connections (e.g. send inputs from gaming pc to streaming pc)
- New overlay config format (Goodbye ugly and incomprehensible ini files)
- Config creation tool
- New gamepad system (Supports both XInput and DirectInput)
- Host input events on a local WebSocket Server so they can be accessed through the Browser source
- Input black/whitelisting (Allow inputs from specific windows or block them)
The features have been mostly tested, except for remote connections which probably needs some more work as it
can get unreliable when there's a lot of inputs.
Small fixes
This release only works with ini files, Json config files are for 5.0.0 which is currently a pre-release
Note: This release also changes how ini config files are loaded
If you used your own preset you will have to modify the config file like this:
each line containing a value (eg. 1_key_count=2
) has to be changed.
The only part that has to be modified is the 1_
(or in some cases 2_
or 3_
) which
specifies the value type (number, string etc). All you have to do is shift the number down by one,
so the line 1_key_count=2
turns into 0_key_count=2
, 2_key_order=...
turns into 1_key_order=...
etc.
Fixed memory leak when loading input history icons
Fixed config loading for input history icons
Fixed arrow key icons preset using old config value types
Fixed spacebar offset in wasd presets
Linux
Backported new gamepad code
Fixed gamepad not working
Fixed presets not being loaded correctly
Util
this archive contains additional programs to get keycodes easier and debug issues
v4.7.4
Fixed offset calculation with wider keys
v4.7.4b is compiled against XInput 9.1.0 which should fix issues on Windows 7
19 Feb: Fixed cut off space bar on some presets, added a new preset wasd-extended-numeric-square
18 May: Fixed wrong keycode for 'q' in wasd-full