You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
-
# CapsUnlocked
1
+
##CapsUnlocked
2
2
3
3
This is a complete solution for windows to map the CapsLock key to Control and Escape without losing the ability to toggle CapsLock
4
4
5
5
* Use CapsLock as Escape if it's the only key that is pressed and released within 300ms (configurable)
6
6
* Use CapsLock as LControl when used in conjunction with some other key or if it's held longer than 300ms
7
7
* Toggle CapsLock by pressing LControl+CapsLock
8
8
9
-
## FAQ
9
+
###FAQ
10
10
* Who is this for?
11
11
- This is primarily targeted at Vim/Emacs users but anyone who uses the Control key will find this helpful.
12
12
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
24
24
(Karabiner) but I couldn't find one for Windows and decided to fill the gap.
25
25
26
26
* 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`
28
28
29
-
## Installation and Usage
29
+
###Installation and Usage
30
30
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
31
31
32
32
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