Switching Control Key On Windows Keyboard
Download Autokey and install on your windows computer.
Right-Click on your desktop.
Find “New” in the menu.
Click “AutoHotkey Script” inside the “New” menu.
Give the script a new name. It must end with a .ahk extension. For example: MyScript.ahk
Open the script in VSCODE and add the following.
Right-Click on your desktop. Find "New" in the menu. Click "AutoHotkey Script" inside the "New" menu. Give the script a new name. It must end with a .ahk extension. For example: MyScript.ahk Find the newly created file on your desktop and right-click it.
Find the newly created file on your desktop and double-click it.
In your new script file add this code.
RCtrl::RWin RWin::RCtrl LCtrl::LWin LWin::LCtrl
Now search for task scheduler and create a new schedule link it to the file created. Find it in the active tasks menu and click run if you change the script click end and run again.