In order to control obs using secondary keyboard the identity of the keyboard would need to be recognise by obs.
There is a software HDIMacros that does that, but it's latest version is from 2017.
However, the author did write an article in how to do it.
Any programmers out there willing to do this for the community?
There is a software HDIMacros that does that, but it's latest version is from 2017.
However, the author did write an article in how to do it.
Using Raw Input from C# to handle multiple keyboards
Windows XP supports multiple keyboards, but by default, the .Net Framework will treat them all as one. This article explains how to use the Windows API Raw Input methods to support multiple keyboards from a C# application.
www.codeproject.com
Any programmers out there willing to do this for the community?