How can I implement an extra action when, say A/a and B/b are pressed, but not when C is pressed.
Do I have to put this action seperetely for every case, or is there a shorter way to do this ( I have a lot of cases in my current code )
I tried something like this, but it doesn't work.