Pushing the SHIFT key 5 times turns on the Sticky Keys Feature Dialog Box. Also, right clicking on the secondary monitor activates the taskbar on the primary one. Other than that, it seems to work great .
-PhilB66
I haven't looked into disabled the accessiblity keys while the program is running, there's probably a reg key I can hit or something.
You shouldn't be able to right click on the secondary monitor, but I found a bug in my code (who would've thought)
The GUI is meant to be The width of Desktop 1 + Desktop 2 (eg 1280+1280 = 2560, or 1280+800 = 2080), however there was a typo and the current version is adding up the width of Desktop 2 + Desktop 2, so that's ok if you've got the same res on both monitors, but in my second example the GUI would only be 1600 wide and not cover the entire second monitor.
Thanks for your thorough testing
PhilB66, v1.1.2 should be available in a couple of days.