Jump to content

Hi, I'm trying to create a custom button using an old mouse. I want to change the clicks to register as keyboard commands, but only for the old mouse (like having a macro key). Mouse remapping software doesn't work because the changes they apply are global and affect my regular mouse too, which isn't ideal. Is it possible to do this simply, or will I need to create a new driver for the mouse? The mouse I have is an old apple mouse, I think they called it the mighty mouse or something (the one with the crappy nipple scroll ball).

 

The goal is to make an upvote/downvote button for Electric Sheep, which can sit on my couch and is easy to click quickly (just for fun).

 

Any ideas?

Thanks :)

 

Link to comment
https://linustechtips.com/topic/497189-making-a-button-from-an-old-mouse/
Share on other sites

Link to post
Share on other sites

http://stackoverflow.com/questions/13742630/can-you-remap-keys-of-a-specific-keyboard

http://www.oblita.com/interception.html

 

Best I could come up with ATM. It's going to take some software and an API capable of identifying multiple USB devices as unique, separating inputs, and reprogramming the outputs. If you're using Windows http://usbpicprog.org/ may be a decent tool. Mac: http://usboverdrive.com/USBOverdrive/News.html

 

The Razer Tartarus is about the only cost effective thing I can think of that will work OTB and has software to accompany it. Utilizing an old device and coding on top of it is possible, but it may be worth $40 in time just buying something that will work right away.

LanSyndicate Build | i5-6600k | ASRock OC Formula | G.Skill 3600MHz | Samsung 850 Evo | MSI R9-290X 8GB Alphacool Block | Enthoo Pro M | XTR Pro 750w | Custom Loop |

Daily | 5960X | X99 Sabertooth | G.Skill 3000MHz | 750 NVMe | 850 Evo | x2 WD Se 2TB | x2 Seagate 3TB | Sapphire R9-290X 8GB | Enthoo Primo | EVGA 1000G2 | Custom Loop |

Game Box | 4690K | Z97i-Plus | G.Skill 2400MHz | x2 840 Evo | GTX 970 shorty | Corsair 250D modded with H105 | EVGA 650w B2 |

 

Link to post
Share on other sites

Ahhh. Thank

 

http://stackoverflow.com/questions/13742630/can-you-remap-keys-of-a-specific-keyboard

http://www.oblita.com/interception.html

 

Best I could come up with ATM. It's going to take some software and an API capable of identifying multiple USB devices as unique, separating inputs, and reprogramming the outputs. If you're using Windows http://usbpicprog.org/ may be a decent tool. Mac: http://usboverdrive.com/USBOverdrive/News.html

 

The Razer Tartarus is about the only cost effective thing I can think of that will work OTB and has software to accompany it. Utilizing an old device and coding on top of it is possible, but it may be worth $40 in time just buying something that will work right away.

Ahh. I thought that might be the case. $40 does sound more attractive. Thanks a lot! :)

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×