cpyarger / obs-midi

Use MIDI devices to trigger events in OBS and vice versa
https://obs-midi.org
GNU General Public License v2.0
167 stars 20 forks source link

Can't detect every hotkey #170

Closed chinzistor closed 1 year ago

chinzistor commented 2 years ago

Operating system and version: Ubuntu 20.04.3 LTS OBS Studio version: 27.1.3 (64 bit)

Detection of hotkeys is incomplete. I'm using an external Python script to trigger commands on my Twitch chat using hotkeys, but OBS Midi detects only 1 hotkey from the list (which works fine). Manually editing the settings file doesn't work either.

I'm using OBS ChatSpam for the extra hotkeys, after setting that up, I tried binding buttons on my Midi controller to these new hotkeys, but I see only one of them in the list. Screenshot from 2022-01-21 22-28-26 Screenshot from 2022-01-21 22-28-57

cpyarger commented 2 years ago

The program currently only detects hotkeys that are registered via the obs API, I have not used the python script you mentioned. and it will be a while before I am done with the current rewrite that I am working on. I would suggest looking at the python script and seeing if it is registering all of the hotkeys properly.

also, as a side note, you do not need to actually set a hotkey to have a keycombo in order for obs-midi to see and use it :smile_cat:

take a look here for more info on scripts that register hotkeys

https://github.com/cpyarger/obs-midi/pull/115#issuecomment-798780575