You can use a button to add a number to a global variable and the run an event based on that number.
Global variable NUMBER=0, Global Variable TRIGGER =0
On Key Pressed: Add 1 to NUMBER, Set TRIGGER = 1
On NUMBER = 1: do something, Set TRIGGER = 0
Triiger = 1