Build Your Own Arcade Controls Forum

Main => Main Forum => Topic started by: Freeplay on August 24, 2005, 07:00:10 pm

Title: Keypad Help Needed - Num Lock
Post by: Freeplay on August 24, 2005, 07:00:10 pm
I'm looking at building my Jukebox cab with a keypad like this...

(http://www.jaycar.com.au/products_uploaded/productLarge_8684.jpg)

This keypad would be great for song selection etc...
I can redine keys etc... but the problem is the number lock key.
Does anyone know how to engage the number lock key... and then disable it.

I can bootup with number lock on... so I guess really I need to disable the key...
so people wonn't touch it and disable the number keys

This will solve a lot of problems if I can work it out.

Any ideas?.....
Title: Re: Keypad Help Needed - Num Lock
Post by: Pik4chu on August 24, 2005, 07:22:24 pm
quick and dirty way would be to dismantle the unit and place something non-conductive (like paper) between the contacts on the sheets beneath that key.
Title: Re: Keypad Help Needed - Num Lock
Post by: darthbane2k on August 25, 2005, 07:38:44 am
Use this

 http://www.rjlsoftware.com/software/utility/numlock/

and incorporate it in a batch file before you launch your jukebox software.

I used this solution with sk jukebox in my mame cab.
Title: Re: Keypad Help Needed - Num Lock
Post by: Pik4chu on August 25, 2005, 11:48:03 am
just keep in mind that with the software a user could still press the keypad and disable numlock.  It would be good for ensuring that numlock is on when starting your jukebox app though.
Title: Re: Keypad Help Needed - Num Lock
Post by: PetitMorte on August 25, 2005, 05:09:17 pm
for your jukebox, would you use the other non-numerical keys too?  Like the / and the *, etc?

If not, remove all the keys you don't want to use, then mount the thing to something thin, like a metal panel, with just the number keys sticking through.
Title: Re: Keypad Help Needed - Num Lock
Post by: Freeplay on August 27, 2005, 01:44:23 am
Thanks guys......

I will still need something more secure.

It isn't for commercial use.. but it is for parties... so i need to make it idiot proof
Title: Re: Keypad Help Needed - Num Lock
Post by: rdagger on August 28, 2005, 11:56:52 am
I just wrote some software for disabling the NumLock.  Unfortunately, I tested it on a keypad like yours and it didn't work because it operates independently.  The NumLock on my external USB keypad is not affected by the state of the keyboard NumLock nor is the keyboard affected by the external.  I think most external units probably power on with the lock on, so disabling your button would probably be your best bet.
Title: Re: Keypad Help Needed - Num Lock
Post by: froggerman on August 28, 2005, 12:09:15 pm
Would a possible solution be to program your jukebox software to do the same thing if the Num Lock is active or inactive? For example, "up arrow" and "8" both scroll up.

Just a thought.