Skip to content

Releases: univrsal/input-overlay

input-overlay v5.0.5

01 Mar 09:01
e90e7e9
Compare
Choose a tag to compare

Some fixes and new presets

  • Added QWERTY-pixel numpad preset
  • Added g502x mouse overlay preset
  • Added NES preset
  • Added QWERTZ layout
  • Fix mouse sensitivity being 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

08 May 07:28
5f18f42
Compare
Choose a tag to compare

Checksums

(idk the CI is broken lol)

input-overlay v5.0.3

11 Mar 13:51
39a1d1a
Compare
Choose a tag to compare

Checksums

(idk the ci is broken lol)

input-overlay v5.0.2

08 Mar 14:57
11efb6e
Compare
Choose a tag to compare

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

06 Mar 22:17
e89fca5
Compare
Choose a tag to compare

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

21 Aug 10:43
828190f
Compare
Choose a tag to compare

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

08 May 00:12
8d04a98
Compare
Choose a tag to compare
5.0 Pre release Pre-release
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

19 Aug 12:29
f09b8a9
Compare
Choose a tag to compare

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

02 Sep 22:39
df054d3
Compare
Choose a tag to compare

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

Small addition

13 Jun 16:13
ca2cd1f
Compare
Choose a tag to compare
Small addition Pre-release
Pre-release

this version only includes support for a key that previously had no keycode.
v5.0 is still in the works and I'll hopefully have a pre-release ready of that soon

v4.7.1 adds korean translation thanks to JellyBrick
v4.7.2 adds gamepad overlays made by fatihG_