Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: Indyplumber on July 17, 2011, 02:11:29 pm

Title: CP Wizard Input Mapping
Post by: Indyplumber 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

Title: Re: CP Wizard Input Mapping
Post by: headkaze 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
Title: Re: CP Wizard Input Mapping
Post by: TexasRED 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!
Title: Re: CP Wizard Input Mapping
Post by: headkaze 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.
Title: Re: CP Wizard Input Mapping
Post by: TexasRED 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: