Shift+Key detection

OK, so y'all can do this:

<key (join [shift] @delInput @addInput :: operators) pressed?>
BUT, have you ever considered combining an another key with the shift key? I've already tried:

  • <key (join [R] @delInput @addInput :: operators) pressed?>
  • <key (split [shift·r] by [· v] :: operators) pressed?>

But when I tried, both of them returned false. So, how can I do it? What have I missed on? Or, is it just impossible (for now)?

keysPressed.2 script pic
keysPressed.2 script pic (3)

Can you show me your definition of the all block? I can't seem to find it in the Operators category

Drop the "<key..." on the black arrow untitled script pic (17)
or download and drop the image on :snap: to import script

drop somethind in the little arrow on the and block: the bloch will tranfort into an ALL block...
image

the OR block become ANY

you can do this with these blocks: + X = > etc...

Thank you for your help! :slightly_smiling_face:

Oh. This is COOL. I've been trying to figure this out for a while. Thank You! Brilliant.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.