univrsal / input-overlay

Show keyboard, gamepad and mouse input on stream
GNU General Public License v2.0
2.63k stars 235 forks source link

Volume Down + Up Constantly showing until pressed #355

Closed xamionex closed 1 year ago

xamionex commented 1 year ago

Describe the bug When OBS Launches at startup, the input history overlay will process keys normally but it will add Volume Up + Volume Down as if they're being held during every key until I press them in which they will then disappear

To Reproduce

  1. OBS on Startup
  2. Press any key, it will display as Volume Down + Volume Up + Key

For me it happens only on startup of obs, but I've found a way to reproduce it using AutoHotkey Simply making an .ahk with this does it

Send, {Volume_Up}
Send, {Volume_Down}
Exit

I've also seen it happen when I press Volume up + down in quick succession sometimes, but I'm not sure if that's the case because I change the volume rarely

Expected behavior

  1. OBS on Startup
  2. Press any key, it will display as just Key

Screenshots image

Additional information:

Logs from today if they help you:

Additional context I haven't modified any code except switching sides of Left and Right scroll, everything else is styling.

univrsal commented 1 year ago

I can't reproduce this so it's most likely an issue on your end. You can just disable volume up and down in the input history preset, by removing these lines: https://github.com/univrsal/input-overlay/blob/master/presets/input-history-windows/input-history-windows.html#L520C1-L522C49

xamionex commented 1 year ago

Alright, I've done that, but when testing with AHK some keys also did that, most likely an issue with how AHK works or my keyboard layout maybe and not the plugin? Not quite sure but thank you