I had been looking for a way to detect differences between two keyboards and have the output redirected to different windows depending on which board it was. This has been shown to be impos ...
After looking at the AHK source code I can see that seeing what device caused an input wouldn't be easy at all, it may not even be possible without a lot of rewriting as the keyboard hook method doesn ...