im not sure whether it would be classed as a keyboard hack or not,
http://www.brendancassidy.com/padntab1.JPG
http://www.brendancassidy.com/padntab2.JPG
http://www.brendancassidy.com/padntab3.JPG
the thing im making is for some research im doing (i am a PhD student) into how cash machines (ATMs) can be better designed for disabled people.
I have wired the fruit machine looking buttons straight to an IPAC no problem, but wiring the keypad you see in the images is not possible on an IPAC. Andy pointed this out to me when i mailed him, i heard he is great at helping out his customers with queries, he is.
I have my 8 wires as seen in http://www.brendancassidy.com/padntab2.JPG which represents the 4 rows and 4 columns seen here http://www.brendancassidy.com/wiring.jpg but i dont know where to begin interfacing this to my PC, as with the IPAC interfaced switches i would like the keypad buttons to emulate keyboard button presses.
I know this isnt completely arcade control based but this community is the only community i know who may know where to go on this, im lost.
Okay, I misread what you were initially trying to do - and the details will be difficult to explain.
If you wire the panel up like your wiring example shows and then have a microprocessor scan the inputs, you will get a "ghost" fourth keypress when two keys on the same row and two keys on the same column (electrically) are pressed at the same time. See the Dave Dribin page I link to on my hacks page.
This is a big concern for arcade games, but if you will never have buttons pressed simultaneously, it won't matter so disregard my previous post.
If I read correctly, you want to send the button presses to the computer when a button is pressed on the numpad in the pictures.
You have four options that I can see to do this, in what I would consider easiest to most complex -
1) They sell keypad devices on E-bay for about $10 - basically they look like the right side of a keyboard, with just the numpad see
http://www.buy.com/retail/product.asp?sku=10341609&SearchEngine=PriceWatch&SearchTerm=10341609&Type=PE&Category=Comp&dcaid=1688 You could either mount one of these and change the button labels, or dismantle one of these and solder the buttons from your keypad to the inputs it uses.
2) You can gut your panel, solder a single wire to one side of each switch and connect to the I-PAC GND terminal. Solder 16 individual wires to the other side of each switch and connect to the individual I-PAC terminals (1sw1, 1sw2). I'm not sure how well the numpad would re-install and work after you soldered it, though (depends on the internal construction.) This is your cheapest and simplest solution. I can give you more details if you don't understand, but I wil need pics of the internals of the keypad. Also, there are more than eight wires coming out the back of that Storm brand panel, so it might not be wired the way you think, but you won't know until you disassemble it.
3) You could basically do the same thing interfacing to a keyboard hack, but the I-PAC is easier to interface to.
4) You could interface to a serial or parallel port and use software to read the button presses, but I am not familiar enough with this to explain it, and I don't think it will do exactly what you want.