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
    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
Mensajes 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.
    However, depending on the controller, the mapping may get a little complicated for controllers that offer a hardware SHIFT layer.
Mensajes Fri 27 Oct 23 @ 8:21 am
          What is' the mapping command for shift 2, or shift 3 ect.? 
       
    Mensajes Fri 27 Oct 23 @ 10:10 am
          you make your own with a variable
button
set $myShift while_pressed
example script
var $myShift 0 ? usual action : shifted action
    button
set $myShift while_pressed
example script
var $myShift 0 ? usual action : shifted action
Mensajes Fri 27 Oct 23 @ 10:17 am











