How would i place a Keypress (Similar to how old GSE was)

I want to setup my modfiers similar to how old gse was, they are used upon keypress. So far, it only casts after going through the loop. I am not sure how to setup the key presses, anyone have some hints?

In GSE3 There is no KeyPress or KeyRelease. These have been converted to GSE Macro Variables. You must include these in each block you wish them to occur in.

I mean there still is in some form, but packeted on every block action ( as suit your needs ).

Lets say create 2 new macro variables ( as they are now ) called keypress & keyrelease for example.

Place keypress before and action bloack

— INSERT HERE YOUR OLD GSE2 VALUES —

Place keyreless after and action block

Cheers.