Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Keypad Help Needed - Num Lock  (Read 1367 times)

0 Members and 1 Guest are viewing this topic.

Freeplay

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 119
  • Last login:May 02, 2015, 06:04:19 pm
  • I'll be crosses !
Keypad Help Needed - Num Lock
« on: August 24, 2005, 07:00:10 pm »
I'm looking at building my Jukebox cab with a keypad like this...



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?.....
"The Best Thing About Getting Old"

You can afford bigger and better toys

Pik4chu

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 222
  • Last login:April 09, 2012, 01:35:17 pm
  • So what was I supposed to put here?
Re: Keypad Help Needed - Num Lock
« Reply #1 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.

darthbane2k

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 546
  • Last login:September 30, 2009, 04:54:06 am
  • Built the cab, just need the time to play!
Re: Keypad Help Needed - Num Lock
« Reply #2 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.

Pik4chu

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 222
  • Last login:April 09, 2012, 01:35:17 pm
  • So what was I supposed to put here?
Re: Keypad Help Needed - Num Lock
« Reply #3 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.

PetitMorte

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 332
  • Last login:December 11, 2015, 10:03:43 am
  • . . . - - - . . .
Re: Keypad Help Needed - Num Lock
« Reply #4 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.
Bitten by the cabinet bug... obsessing ever since.

Freeplay

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 119
  • Last login:May 02, 2015, 06:04:19 pm
  • I'll be crosses !
Re: Keypad Help Needed - Num Lock
« Reply #5 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
"The Best Thing About Getting Old"

You can afford bigger and better toys

rdagger

Re: Keypad Help Needed - Num Lock
« Reply #6 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.

froggerman

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 311
  • Last login:March 01, 2015, 03:23:14 am
  • You want how many buttons?!
Re: Keypad Help Needed - Num Lock
« Reply #7 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.