Skip to content

Commit cd5af55

Browse files
committed
Update README.md
1 parent f183a2e commit cd5af55

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# CapsUnlocked
1+
## CapsUnlocked
22

33
This is a complete solution for windows to map the CapsLock key to Control and Escape without losing the ability to toggle CapsLock
44

55
* Use CapsLock as Escape if it's the only key that is pressed and released within 300ms (configurable)
66
* Use CapsLock as LControl when used in conjunction with some other key or if it's held longer than 300ms
77
* Toggle CapsLock by pressing LControl+CapsLock
88

9-
## FAQ
9+
### FAQ
1010
* Who is this for?
1111
- This is primarily targeted at Vim/Emacs users but anyone who uses the Control key will find this helpful.
1212
IMHO, the CapsLock is pretty much useless and it shouldn't occupy such a prominent position. This remedies that.
@@ -24,9 +24,9 @@ This is a complete solution for windows to map the CapsLock key to Control and E
2424
(Karabiner) but I couldn't find one for Windows and decided to fill the gap.
2525

2626
* Can I toggle this on the fly?
27-
- Yes! If you're using the standalone executable, just right-click on the icon in the SystemTray and choose `Suspend`
27+
- Yes! Just right-click on the AutoHotkey icon in the SystemTray and choose `Suspend`
2828

29-
## Installation and Usage
29+
### Installation and Usage
3030
If you don't want to mess with downloading the AutoHotkey executable etc. just download the latest standalone [CapsUnlocked.exe](https://github.com/kshenoy/CapsUnlocked/releases) and run it. That's it
3131

3232
If you're already using AutoHotkey or want to use it, either copy-paste the contents of CapsUnlocked.ahk into your script file or simply include it

0 commit comments

Comments
 (0)