My workplace uses Squish for testing our Java gui, and I recently had an issue where no tests would run properly on my machine, we eventually worked out that this was due to the fact that I use a left-handed mouse, and on windows have set right-click as my primary mouse button. However our squish setup seems to manually call left click, I'm looking to find a way to make squish respect the primary mouse button as set by windows? We use python as our scripting language for Squish tests.
Any help on this front would be appreciated, its definitely an edge-case, but one that took long enough to solve that we don't want to run into it again.