nobiot / Zero-to-Emacs-and-Org-roam

Step by step guide from zero to installing and setting up Emacs and Org-roam on Windows 10
Other
627 stars 47 forks source link

Part 3: Swap Caps and Control via PowerToys #15

Open nbfritch opened 3 years ago

nbfritch commented 3 years ago

Swapping caps and control can be done with the keyboard manager from the official Microsoft project PowerToys. Included is the KeyboardManager which allows the mapping of CapsLock to Control (among other things). It includes other utilities, but all are disabled by default. I personally use it specifically for this reason.

nobiot commented 3 years ago

Thank you! Didn't know this tool. I have been using a method to change the Windows Register to swap the keys. I think I will need to check out the tool.

Thanks again 😄

nbfritch commented 3 years ago

Glad I could help. Thank you for putting this guide together, it has been extremely helpful.

sdaaish commented 2 years ago

You could also use SharpKeys, https://www.randyrants.com/category/sharpkeys/, which is very good too. You can install this with scoop, https://scoop.sh/, which is a package manager for windows. Which could help with installation even with windows. Or use winget, which is Microsoft's new packagemanager, still in development.

But then again, requires use of the terminal. But maybe an easier way in the end. Optional.