Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsDiscussion Forum → reprogramming keyboard buttons
reprogramming keyboard buttons
2004-06-03, 12:44 PM #1
I wonder if there's a program out there that will let me reprogram my extra keyboard buttons (the shopping cart, the help button, the search button, the info button, the compaq button etc.) with programs of my choice?

I have a clean windows install now, and even though i have a compaq machine, it runs like a well-built generic machine ever since I got all the crap out. Unfortunately, I have this row of buttons that don't do anything anymore .

Is there a program that will let me bind useful programs to these buttons? (like photoshop, firefox, etc.)

------------------
Old aunts used to come up to me at weddings, poking me in the ribs and cackling, telling me, "You're next." They stopped after I started doing the same thing to them at funerals.



[This message has been edited by Pagewizard_YKS (edited June 03, 2004).]
2004-06-03, 12:49 PM #2
I dunno. All of my keyboards with extra butunz had their own CD which controlled them. Is there anything in the keyboards section of the control panel?

------------------
Violets are blue, roses are red, living like this we were already dead.
Hey, Blue? I'm loving the things you do. From the very first time, the fight you fight for will always be mine.
2004-06-03, 1:00 PM #3
Quote:
<font face="Verdana, Arial" size="2">Originally posted by - Tony -:
I dunno. All of my keyboards with extra butunz had their own CD which controlled them. Is there anything in the keyboards section of the control panel?

</font>



nope, I'm just using the generic keyboard driver. The compaq driver wouldn't make the buttons work b/c the programs that each button is supposed to trigger are not installed. (this is plain vanilla Windows XP corporate, not the b@stardized compaq OEM edition of XP)

That is, Assuming I could even find the compaq keyboard driver. Those recovery cds are hatefully cryptic with a riduculously complicated file structure.


Ideally, I would reverse-engineer the driver and make my own program based off of it's source, but I have no idea how to do this.

------------------
Old aunts used to come up to me at weddings, poking me in the ribs and cackling, telling me, "You're next." They stopped after I started doing the same thing to them at funerals.

[This message has been edited by Pagewizard_YKS (edited June 03, 2004).]

[This message has been edited by Pagewizard_YKS (edited June 03, 2004).]
2004-06-03, 3:04 PM #4
What you need to do is to write a keyboard hook, which will process keyboard messages before they are sent to the target windows. There are lots of examples out there on how to do this, but I'll willing to provide more details if you want.
Yet Another Massassi Map | Sadly I Have a Blog Too
2004-06-03, 3:08 PM #5
Quote:
<font face="Verdana, Arial" size="2">Originally posted by Aaron:
What you need to do is to write a keyboard hook, which will process keyboard messages before they are sent to the target windows. There are lots of examples out there on how to do this, but I'll willing to provide more details if you want.</font>



Any idea on how I would do this? Undoubtedly, i would have to write a program, right? I currently have Visual Basic 6 enterprise edition, but I could possibly obtain a copy of Visual C++ if I had to.



------------------
Old aunts used to come up to me at weddings, poking me in the ribs and cackling, telling me, "You're next." They stopped after I started doing the same thing to them at funerals.
2004-06-03, 4:17 PM #6
I've done something very similar to it before, except I did it in C++. I know it can be done in VB also, but I don't know the specifics.
Yet Another Massassi Map | Sadly I Have a Blog Too
2004-06-04, 5:30 PM #7
Quote:
<font face="Verdana, Arial" size="2">Originally posted by Pagewizard_YKS:
I wonder if there's a program out there that will let me reprogram my extra keyboard buttons (the shopping cart, the help button, the search button, the info button, the compaq button etc.) with programs of my choice?

I have a clean windows install now, and even though i have a compaq machine, it runs like a well-built generic machine ever since I got all the crap out. Unfortunately, I have this row of buttons that don't do anything anymore .

Is there a program that will let me bind useful programs to these buttons? (like photoshop, firefox, etc.)

</font>


buy a new keybord, or better yet, buy a new computer that is not a compaq ****puter.

------------------
Those silly bullets have minds of their own!
Jon`C:Irony is spelling 'quality' poorly.
Spork:Well I think 'Irony is spelling grammar poorly'
Snail racing: (500 posts per line)-@%
Snail racing: (500 posts per line)------@%
2004-06-04, 5:48 PM #8
Quote:
<font face="Verdana, Arial" size="2">Originally posted by alpha1:
buy a new keybord, or better yet, buy a new computer that is not a compaq ****puter.

</font>



no, b/c i want to use the buttons for something useful. I have 8 of these buttons, and that's 8 programs I can launch from the keyboard if I can pull this off.



------------------
Old aunts used to come up to me at weddings, poking me in the ribs and cackling, telling me, "You're next." They stopped after I started doing the same thing to them at funerals.
2004-06-04, 5:50 PM #9
Any time i've had those extra keys and the right driver, i could change what they did in the keyboard applet in control panel..

Erm.. blink. Ok i can't change the normal ones [www, mailicon,&c] under xp it seems.. just the numbered ones.. how weird.. i know i could in 2k and pretty sure in 98.

------------------
[Blue Mink Bifocals !] [fsck -Rf /world/usr/] [<!-- kalimonster -->] [Capite Terram]
"If all those usefull inventions that are lyable to abuse, should therefore be concealed, there is not any Art or Science, which might be lawfully profest."
-John Wilkins, Mercury, or the Secret and Swift messenger, shewing how a man may with privacy and speed Communicate his thoughts to a Friend at any distance (London, 1641)
NPC.Interact::PressButton($'Submit');

[This message has been edited by Dormouse (edited June 04, 2004).]
Also, I can kill you with my brain.
2004-06-04, 6:39 PM #10
Programming it isn't all that hard. Just take all the buttons out and put them in different places.

------------------
Map-Review | My Portfolio | The Matrix: Unplugged

↑ Up to the top!