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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,16 @@ This is an old project I used many years ago for remapping input. I still find i
7
7
* another key or sequence of keys
8
8
* mouse input
9
9
* nothing at all
10
+
* on/off toggles for keys and inputs (this allows a single keystroke to initiate a hold and a second keystroke to end the hold)
11
+
12
+
## Example Uses
13
+
* (original inspiration) Shortcutting a sequence of shortcuts. I originally created the application long ago to help with a sequence of keyboard shortcuts necessary to perform file merges when integrating a branch with [Perforce](https://www.perforce.com/) + [Araxis Merge](https://www.araxis.com/)
14
+
*[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...
15
+
*[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.
10
16
11
17
## TODO:
12
18
* Add a new release (currently available here: [Download Key2Key](https://www.nhmk.com/tools.php)
19
+
** This release is the older version and does not support the toggle action.
13
20
* Code comments
14
21
* Code cleanup
15
22
* Proper description for how it all works! I have forgotten some of the details...
0 commit comments