@@ -9,8 +9,7 @@ Apart from documenting how Uncap works on Windows, this README contains
9
9
detailed documentation about how to remap keys on Linux and Mac as well.
10
10
11
11
[ DOWNLOAD-BADGE ] : https://img.shields.io/badge/download-uncap.exe-brightgreen.svg
12
- [ DOWNLOAD ] : https://github.com/susam/uncap/releases/download/0.2.2/uncap.exe
13
-
12
+ [ DOWNLOAD ] : https://github.com/susam/uncap/releases/download/0.3.0/uncap.exe
14
13
[ LICENSE-BADGE ] : https://img.shields.io/badge/license-MIT-blue.svg
15
14
16
15
@@ -48,8 +47,8 @@ The following list briefly describes some of the features of Uncap.
48
47
Windows system.
49
48
4 . Disable key mappings easily by stopping Uncap.
50
49
5 . It is a single-file executable. It is very lightweight. The
51
- executable is only about 82 KB in size. It occupies about 1 MB or
52
- less of memory, and negligible CPU while running.
50
+ executable is only about 100 KB in size. It occupies less than 1 MB
51
+ of memory and negligible CPU while running.
53
52
54
53
There are several other methods and tools available on Windows to map
55
54
one key to another. But none of them seem to have all five features
@@ -75,8 +74,8 @@ Escape key, however to do so, Uncap must be run with arguments either
75
74
from Command Prompt or from Windows Run dialog box. The following steps
76
75
show how uncap.exe may be used to map Caps Lock key to Left Control key.
77
76
78
- 1 . Copy uncap.exe to a directory specified in the Windows PATH
79
- variable. C:\Windows is a very convenient location to copy this
77
+ 1 . Copy ` uncap.exe ` to a directory specified in the Windows ` PATH `
78
+ variable. ` C:\Windows ` is a very convenient location to copy this
80
79
file to.
81
80
82
81
2 . Launch Windows Run dialog box by pressing ` Windows Logo Key ` + ` R ` .
@@ -179,7 +178,7 @@ details are illustrated in the list of examples below.
179
178
180
179
uncap -k
181
180
182
- The above command kill all other instances of Uncap that are
181
+ The above command kills all other instances of Uncap that are
183
182
running with or without a console.
184
183
185
184
11 . To run Uncap with a console, use the ` -c ` or ` --console ` option.
0 commit comments