forked from gwarble/EitherMouse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
107 lines (104 loc) · 5.75 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>EitherMouse - Multiple mice, individual settings...</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
margin: 50;
padding: 10;
font-family: Calibri,Tahoma, Arial;
background-color: #e0e0e0;
}
a { text-decoration: none; color: blue; }
a:hover { color: darkblue; text-decoration: underline; }
a:visited { color: darkviolet; }
img {
max-width: 100%;
display: block;
}
</style>
</head>
<body bgcolor="e0e0e0">
<table>
<tbody><tr><td align="center" valign="top">
<img src="./images/more.png" width="204" height="409"><br><br>
<a href="./EitherMouse%20Setup.exe"><img src="./images/download.png" alt="Download" border="0" width="300" height="133"></a><br>
<a href="./EitherMouse%20Setup.exe"><b>EitherMouse Setup.exe</b></a><br><br><a href="./EitherMouse.exe"><b>EitherMouse.exe</b></a><br><br><a href="./EitherMouse.zip"><b>EitherMouse.zip</b></a><br><br>
<br>
</td><td valign="top">
<center><h1><font color="darkblue">EitherMouse</font></h1>
<h3>Multiple mice, individual settings...</h3></center>
<ul>
<li>Instantly changes settings when any mouse is used:
<ul><li>swap buttons</li><li>mirror cursor</li><li>adjust speeds</li><li>and more...</li></ul><br>
</li><li>Leave multiple mice on a pc and automatically swap buttons on each mouse.<br>
</li><li>Have a left-handed and a right-handed mouse always connected and ready to use.<br>
</li><li>Match speeds across different mice, ie touchpad and mouse with different speeds.<br>
</li><li>Accommodate left-handed and right handed users easily on multi-user or public workstations.<br>
</li><li>Helps prevent RSI/injury issues by allowing seemless switching between hands.<br>
</li><li>Quickly change mouse settings from system tray if only one mouse is used.<br>
<br>
</li><li><b>Freeware!</b> no ads, no nags, free software, suggestions appreciated!<br><center><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=gwarble@gmail.com&lc=US&item_name=EitherMouse&no_note=0&cn=&curency_code=USD" target="_blank"><img src="./images/donate-button.png" width="135" height="44"></a></center>
<br>
</li><li>100% virus, malware, and spyware free for over 10 years! Despite many <a href="https://www.autohotkey.com/boards/viewtopic.php?p=289544#p289544" target="_blank">false positives...</a><center><a href="https://www.autohotkey.com/boards/viewtopic.php?p=289544#p289544" target="_blank"><img src="./images/dr-mario.gif" height="60"></a></center>
<br>
</li><li>Tested on: Windows 11, 10, 8, 7, Vista, and XP, feedback welcome!<br><center><img src="./images/Windows.png" height="109"></center>
</li></ul>
</td></tr></tbody></table>
<br>
<b>feedback greatly appreciated</b> via email: <a href="mailto:gwarble@gmail.com">gwarble@gmail.com</a> or on the forum here:<br>
<a href="https://autohotkey.com/boards/viewtopic.php?t=3648" target="_blank"><b>EitherMouse</b> - Multiple mice, individual settings...</a><br>
<br>
Now hosted on github!
<a href="https://github.com/gwarble/EitherMouse" target="_blank">github.com/gwarble/<b>EitherMouse</b></a><br>
<br>
<img src="./images/em.png">
<br>
<h3>Changes:</h3>
<p><i>outdated</i></p>
<ul>
<li><b>0.79</b> MultiCursor placeholder uses original cursor</li>
<li><b>0.75</b> Reverse scroll and horizontal scroll added</li>
<li><b>0.66</b> Fixed losing track of mice on resume from sleep/lock</li>
<li><b>0.59</b> plugin system via windows messages
<ul><li>Enhance Pointer Precision option</li>
<li>Large and Extra Large mirrored cursors</li>
<li>Tray icon selection</li></ul>
<li><b>0.59</b> font/gui size fixes (dpi awareness)
<ul><li>admin rights fixes</li>
<li>multicursor tooltip made optional</li></ul>
<li><b>0.56</b> MultiCursor mode added
<li><b>0.53</b> gui replacement for tray menu</li>
<li><b>0.52</b> installer created</li>
<li><b>0.48</b> No external files created!</li>
<ul><li>Loads cursors from EXE resources</li>
<li>Settings moved from ini to registry</li>
<li>Automatic updates implemented...</li></ul>
<li><b>0.47</b> bug fixes, major code cleanup</li>
<li><b>0.46</b> system/api method for swapping buttons by default
<ul><li>settings and other fixes</li></ul>
<li><b>0.43</b> any number of mice supported
<ul><li>mirrored cursors added</li>
<li>Extract source option and -source parameter</li>
<li>"-delay seconds" command line parameter</li></ul>
<li><b>0.41</b> fixed ctrl-shift bug</li>
<li><b>0.4 </b> improved interface/settings/installation/third mouse
<ul><li>added quick swap of mouse buttons for single-mouse systems</li>
<li>fixed bug if initially swapped, wouldnt drag</li></ul>
<li><b>0.3 </b> cleaned up UI and code, fixed hotkeys (for dragging)
<ul><li>improved initial detection</li>
<li>added settings saving</li>
<li>added install/startup settings</li></ul>
<li><b>0.1 </b> initial idea test
<ul><li>detect different HID device mouse</li>
<li>swap buttons on second mouse</li>
<li>show active mouse visually with tray icon</li>
<li>define which mouse is which at initialization</li></ul>
</ul>
<img src="./images/History.png" width="1152" height="643">
<br>
<br>
<b>© 2009-<script>document.write(new Date().getFullYear())</script> Steffen Sofware. All rights reserved. <a href="eula.txt">License...</a>
</font>
</body></html>