So, the little work around for now is this:
1. Download and install AutoHotKey -http://www.autohotkey.com/
2. Create an AutoHotKey script file on the desktop (right click anywhere on desktop and go to "New>AutoHotKey Script"). Call the file "Prison Architect"
3. Right click the file you just created and press "Edit Script"
4. Edit the code within to read:
Code: Select all
r::MButtonThis will bind "R" to the Middle Mouse Button. You can choose another character if you want. "\" may be ideal.
5.Save, then Compile the script by right clicking the script file and pressing "Compile" a new file will appear on the desktop with the same name but a different icon
6. Execute (double click) the script before you launch the game and your button should work to rotate objects.
Don't forget to end the script process in the taskbar (bottom right) in the system tray when you are done playing or the button you chose will continue to act as a Middle mouse button









