Add an event with on key held down, and every one sec condition, and a global variable called strength = 0, increment the strength by 150 in the event.
Then add another condition on key released, and as action set the jump length to the global variable strength, and reset strength back to 0.