Build Your Own Arcade Controls Forum
Main => Software Forum => Topic started 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
-
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
-
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!
-
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.
-
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: