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: CP Wizard Input Mapping  (Read 2162 times)

0 Members and 1 Guest are viewing this topic.

Indyplumber

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 50
  • Last login:November 19, 2012, 09:46:03 pm
CP Wizard Input Mapping
« on: July 17, 2011, 02:11:29 pm »
Is it possible to setup the input option for volume up and volume down to require a key combo?

Something like KEYCODE_UP + KEYCODE_V would equal volume up


headkaze

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2943
  • Last login:August 14, 2023, 02:00:48 am
  • 0x2b|~0x2b?
Re: CP Wizard Input Mapping
« Reply #1 on: July 17, 2011, 03:43:44 pm »
I believe you can do that. If you enter a key it should add it to the existing entry or you can clear.

If you have it set to the following it should work.

KEYCODE_UP|KEYCODE_V

TexasRED

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 6
  • Last login:September 01, 2024, 12:03:44 am
Re: CP Wizard Input Mapping
« Reply #2 on: September 04, 2011, 06:27:26 pm »
hello, I am also trying to setup my volume controls using this method. However, I tried the syntax above and it is functioning as the '|' character is an OR operation. So it is triggering the vol up when either key is pressed, not only when its both etc. I tried replacing it with '+' and '&' and  but didn't have any luck there.

any help would be great, thanks!

headkaze

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2943
  • Last login:August 14, 2023, 02:00:48 am
  • 0x2b|~0x2b?
Re: CP Wizard Input Mapping
« Reply #3 on: September 05, 2011, 03:06:10 am »
Yes you're right, sorry, I forgot it's not AND it's OR.

This is not possible at the moment but if you have an IPAC you can add a shift function for a keypress I believe. That would work for now.

TexasRED

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 6
  • Last login:September 01, 2024, 12:03:44 am
Re: CP Wizard Input Mapping
« Reply #4 on: September 05, 2011, 01:57:52 pm »
cool thanks for the quick reply. I was having issues with the ipac shift function so going with key combo's at the moment. If you want to consider this for an update in the future that would be awesome! Thanks again  :cheers: