ajlim0403 wrote:

I am making a keyboard project where if you click a key, it will light up on the project: https://scratch.mit.edu/projects/838004515/

However, if you click buttons like A, it will also light up alt and shift. T does this with tab and shift. When I tried the following code:
<key (join [alt] []) pressed?>
where the alt is in a variable called “#”. If I click the A key, it will say true for the code above. Please help. All key detection is on the custom block:
define Tick <keyPressed>


I thought alt doesn't work on Scratch.