Quick Sign In:  

Forum: General Discussion

Topic: More than 1 SHIFT mapping
Hey Folks,

is' there any opportunity for programming more than one SHIFT funktion to a Controller?
Just like ALT oder ALTgr on basic Keyboards?

Greetings
Fox Redfield
 

Posted Fri 27 Oct 23 @ 7:29 am
Yes, as many as you like actually.
However, depending on the controller, the mapping may get a little complicated for controllers that offer a hardware SHIFT layer.
 

Posted Fri 27 Oct 23 @ 8:21 am
What is' the mapping command for shift 2, or shift 3 ect.?
 

Posted Fri 27 Oct 23 @ 10:10 am
locoDogPRO InfinityModeratorMember since 2013
you make your own with a variable

button
set $myShift while_pressed
example script
var $myShift 0 ? usual action : shifted action
 

Posted Fri 27 Oct 23 @ 10:17 am