Quote:
Disregard my last post here is a way to free up the two key combinations you want.
Download and install AutoHotKey from here:
https://www.autohotkey.com/
Once its installed close the open window unless you want to read the tutorial etc.
Right click on your desktop and select New then AutoScriptKey
A script file will be created and you can at this point change the name of it if you want but make sure you dont overwrite the extension.
Right click on the script and select Edit Script.
In the window that opens add this on a new line to free the shortcuts.
#Right::
#Left::
Close the script and save the change.
Now right click on the script and select Run Script
The Winkey + Right and Left Arrow combination has now been disabled.