Skip to content

Commit 758beb3

Browse files
authored
Documented the undocumented
Thanks again for this great utility!
1 parent 9f8a3a4 commit 758beb3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,19 @@ Download the [Latest Release](https://github.com/nhmkdev/KeyCap/releases/latest)
1414
* [Starbound](http://playstarbound.com/) Keyboard shortcuts to toggle off/on mouse buttons. This makes extensive mining in the game a lot less painful. [Mass Effect 2](http://masseffect.bioware.com/me2/) planet scanning also can be a lot easier...
1515
* [Dreamfall Chapters](http://redthreadgames.com/games/chapters/) has a run button though it can be nice to have a button that toggles whether you are running or not instead of holding one down.
1616

17+
## Run on Startup
18+
19+
With Registry Editor, add a new StringValue to `HKCU\Software\Microsoft\Windows\CurrentVersion\Run` with the full path to `KeyCap.exe` followed by the full path to your `.kfg` file. KeyCap will load the config file, start it and then minimize to the tray.
20+
21+
Alternatively, copy the following to a text file named `KeyCap.reg` and then edit it to match your setup. Save it, right click-it and selct **Merge**. Follow the prompts and then the next time you reboot, KeyCap will start automatically.
22+
23+
```regedit
24+
Windows Registry Editor Version 5.00
25+
26+
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
27+
"KeyCap"="D:\\Util\\KeyCap\\KeyCap.exe D:\\Util\\KeyCap\\Config.kfg"
28+
```
29+
1730
## TODO:
1831
* Fix bugs!
1932

0 commit comments

Comments
 (0)