ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

IDEA: 1 computer 2 mice-2 pointers-seperate button programming

(1/2) > >>

wetsmellydog:
Why you ask. Good question.

I do a lot of audio and video editing. There are a lot of third party hardware/software add-ons to control the software. Most are a group of buttons/wheels that connect via USB and then you set up macros to control the buttons/wheels.

Well why not use that extra/broken mouse? The only problem is that Windows will recognize the mouse but it is used just like the mouse that is already connected.

I have found a few programs on the net that allow two mice and two cursors. These programs will not allow you to program the buttons on the second mouse for a different purpose than what the first mouse buttons are used for.

Soooooo....there you have it.

Thanks,
Larry

tomos:
what programmes did you try?

did you do a search here :) ... from "Drawing with 2 mice"
Came across this software, free for educational/personal use, which allows multiple mice use, which looks interesting for class room use.
It doesn't allow the multiple mice to be actually in use at the same time ... whoever left clicked last has control.
I tried a 2 handed paint shop pro drawing session... it worked ...maybe an "ambidexter" might find it useful.

TeamPlayer 2.0 Multi User beta
TeamPlayer 2.0 is the first commercial solution for working together on the same computer. Simply connect extra mice and keyboards to your usb ports, install the software and multiple cursors will appear on your screen.

Everyone works on one screen
WunderWorks' TeamPlayer allows you to work with 2 or more people on the same Windows PC at the same time.

For Business, Education or Home use
Work through your spreadsheets together, involve your students or just have fun with your kids. TeamPlayer turns any Personal Computer into a Group Computer. It's generic, so just click on an application and take control. Share your ideas knowledge or expertise with the others in the group.

 Works with all standard input devices
Just hook up your mice and keyboards, add a digital whiteboard or tablets and start your group session.

--- End quote ---

http://www.wunderworks.com/public/home.aspx
-tsaint (November 10, 2008, 05:52 AM)
--- End quote ---

it's free for personal use, very expensive otherwise ;)

wetsmellydog:
did you do a search here... from "Drawing with 2 mice"

Hey tomos,

Thanks for the reply.

Yes I did try that program TeamPlayer. The problem with all the programs I found, free or pay, did not allow you to map the buttons on the mice different from each other. This is the most important part of this conundrum. The mice's firmware announce that they are a "mouse" and therefor load mouse drivers. If it were a "new" piece of hardware, windows would ask for the drivers that control the hardware and that is where you would normally find the controls for the new hardware.

I am looking for software that would allow me to map the buttons of each mouse connected to the computer individually.

r0bertdenir0:
Hey I'm ambidextrous so I'd luv 2 independent mice! :Thmbsup:
But tracking 2 cursors moving independently wud leave us cross-eyed eventually I guess... ;)
Well a standard mouse has 3 buttons, 5 if you include WheelUp & WheelDown.
If you then get a mouse with the side buttons that AHK treats as XButton1 & 2, that gives you 7 buttons!
AHK then lets you use the & operator to create combination hotkeys such as MButton & WheelDown.
If my math is correct that gives you 49 possible combinations, plus 7 individual keys so you cud program 56 actions on a 5 button mouse.
Of course you can't always use all 56 because using say LButton in a combo hotkey wud affect yr ability to drag items sometimes.
But I think that wud still leave you with more than 20 key combos.

But if you're gonna use 2 mice - I'm assuming 1 in each hand - then yr other hand cud just as easily operate the keyboard 2 press a modifier key so you can do Ctrl+Lbutton or even F1+Wheelup....

wetsmellydog:
Hey I'm ambidextrous so I'd luv 2 independent mice! :Thmbsup:
But tracking 2 cursors moving independently wud leave us cross-eyed eventually I guess... ;)
Well a standard mouse has 3 buttons, 5 if you include WheelUp & WheelDown.
If you then get a mouse with the side buttons that AHK treats as XButton1 & 2, that gives you 7 buttons!
AHK then lets you use the & operator to create combination hotkeys such as MButton & WheelDown.
If my math is correct that gives you 49 possible combinations, plus 7 individual keys so you cud program 56 actions on a 5 button mouse.
Of course you can't always use all 56 because using say LButton in a combo hotkey wud affect yr ability to drag items sometimes.
But I think that wud still leave you with more than 20 key combos.

But if you're gonna use 2 mice - I'm assuming 1 in each hand - then yr other hand cud just as easily operate the keyboard 2 press a modifier key so you can do Ctrl+Lbutton or even F1+Wheelup....

-r0bertdenir0 (April 30, 2009, 07:03 PM)
--- End quote ---

So where is the "simple" Map Your Mouse AHK program?  :D

Navigation

[0] Message Index

[#] Next page

Go to full version