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
发表时间 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.
发表时间 Fri 27 Oct 23 @ 8:21 am
What is' the mapping command for shift 2, or shift 3 ect.?
发表时间 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
发表时间 Fri 27 Oct 23 @ 10:17 am