Bug Report OBS-MP does not recognize Hotkeys on LoL

Vecet

New Member
I'm a streamer and caster for League of Legends, i was using the OBS-MP to stream some championships and now i want to step-up my game and set a hotkey to hide part of my hud and at the same time an png at the OBS-MP soo i can have more screen space during team fights. But the OBS-MP does not recognize any hotkeys used during LoL neither on spectate or normal game. Also i cant set TAB as a hotkey on OBS-MP.
 

Greg Vaganza

New Member
Hi , I'd guess, that only the current active software is reacting on the the hotkeys which the software provides. Imagine always, when you hit DEL every running program is deleting something - no good Idea.
So you want combined actions. One in A and a second in B? Therefore it might (!!! not sure) help to give autoIt () a try. It's a windows scripting engine, where you can script little windows apps. For example an app with a button,and when you press the button it goes to LoL sends there the TAB-key and tehn switches immediately to obs and selects a different scene, or kind of that.
Hope this might help, greetings and good luck Greg
 

Frosthaven

New Member
I used to be a software engineer on the web/community side for riot :)

Windows OS (especially more recent releases such as 10) make global hotkeys an interesting thing. I've found that I must run software as administrator for hotkeys to work. This goes for OBS, LoL, Skype PTT, Controller software - all of it.

Also, autoit is fantastic for multiple reasons!
 

Vecet

New Member
I used to be a software engineer on the web/community side for riot :)

Windows OS (especially more recent releases such as 10) make global hotkeys an interesting thing. I've found that I must run software as administrator for hotkeys to work. This goes for OBS, LoL, Skype PTT, Controller software - all of it.

Also, autoit is fantastic for multiple reasons!

That worked here, but still sucks not to be able to set TAB as a Hotkey on OBS-MP =\
 
Top