Re: Changing Keybindings in The Sims 4
Tried the AutoHotkey suggestion and it worked...
If you're a little computer savvy, to do something like change the Shift key to a Ctrl key in game, download AutoHotkey, and create a file on your desktop with the extension .ahk and the following lines in it:
#IfWinActive ahk_exe TS4_x64.exe
Shift::Ctrl
#IfWinActive
Then run it as administrator.
That code would make your keyboard's Shift key function as a Ctrl key only for the Sims 4 window, and allow you to use Shift to rotate the screen in Sims 4. To stop the script you can end it in task manager or restart your computer.