EitherMouse

Discuss anything related to portable freeware here.
Post Reply
Message
Author
User avatar
I am Baas
Posts: 4150
Joined: Thu Aug 07, 2008 4:51 am

EitherMouse

#1 Post by I am Baas »

I do not have multiple mice, but this little tool might be useful to others... :?

http://www.eithermouse.com/

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: EitherMouse

#2 Post by guinness »

Source code is available and is written in AutoHotKey.

gwarble
Posts: 3
Joined: Thu Feb 21, 2013 10:19 am

Re: EitherMouse

#3 Post by gwarble »

thanks for recommending EitherMouse, i'm the author (just found it here on a google search)
i haven't read up on your requirements for being portable, but FYI eitherMouse currently writes to the registry.

This can be changed if someone prefers, to a local ini file or something... please let me know. I'm also open to feature requests for the software

- gwarble

breno69
Posts: 1
Joined: Tue Aug 06, 2013 10:45 am

Re: EitherMouse

#4 Post by breno69 »

hello
Ive been trying to uninstall the program but the uninstaller (in the windows menu) doesn't work
cant uninstall it using revo either
is there a way to safely uninstall it and remove any associated files?
thanks

gwarble
Posts: 3
Joined: Thu Feb 21, 2013 10:19 am

Re: EitherMouse

#5 Post by gwarble »

I need to improve that i guess...
You can try the installer and select "uninstall", or just manually remove HKCU/Software/EitherMouse from the registry... There are NO associated files, just program settings are saved

User avatar
joby_toss
Posts: 2971
Joined: Sat Feb 09, 2008 9:57 am
Location: Romania
Contact:

Re: EitherMouse

#6 Post by joby_toss »

Tested v0.64 (zip package), still writes to the registry.

Program screenshot from homepage:
Image

shnbwmn
Posts: 265
Joined: Sat Jul 11, 2015 12:59 am

Re: EitherMouse

#7 Post by shnbwmn »

gwarble wrote:This can be changed ... to a local ini file or something...
Yes, please! This program is very useful.

gwarble
Posts: 3
Joined: Thu Feb 21, 2013 10:19 am

Re: EitherMouse

#8 Post by gwarble »

Just saw your replies from June... I didn't know there were any users holding out for .ini-saved settings rather than the registry currently used (and in the portable sense there will be issues because each computer its used on will undoubtedly assign each mouse a different device ID/handle...)

i will move it to the top of the priority list

in the future please contact me directly for issues or feature requests:
gwarble@gmail.com
www.EitherMouse.com

thanks
- joel

User avatar
Midas
Posts: 6727
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: EitherMouse

#9 Post by Midas »

Topic update: EitherMouse latest release appears to be v0.85 (2020?; info scraped from AHK source header since homepage changelog is obsolete).

Can't test it ATM (no laptop), so no portability update...

Spoiler!   

Interesting info also found in EitherMouse AHK source: :idea:

Code: Select all

;===========================================================================
;=== To do: ================================================================
;===========================================================================
;- advanced gui with tabs/DDL for each mouse? all option/plugins? simple
   tray menu
;- open advanced gui and/or set settings from welcomegui?
;- tray icon & tooltip & timeout per mouse instead of global setting
;- colored cursors/load user cursors/mirrored cursors per mouse
;- check and show mouse poll rate? and cpi/dpi? device name?
;- add help to about? help gui? help doc? help site? help menu? help
   tooltips?
;- test rdp & vnc & vmware & vpc (old hotkey method of swapping?)
;- languages
;- touchpad/pen/trackball/etc icons & cursors, all windows cursor sets
;- reimplement proper cursor shadow with gdi+ if not window (and then add
   menu shadow)
;- scroll anywhere (hoverscroll)
;- ini option instead of registry? when names EitherMousePortable.exe?
;- hotkeys/options for quick change of settings, swap with tray icon?
;- if update time, check version to last recorded and still warn
   (if even newer?)
;Installer:
;- install for all users/current user
;- install without admin -> localappdata?
;- update within installer, or download new instead of using contained exe
;===========================================================================

Post Reply