Hotkey different approach

Any ways to use Send Hotkey for a specific no of time?

Example
Activity used is Send Hotkey for key PgUp as 5 times just a scenario?

So instead of using different send hot key can we use one send hotkey and do it if so what method can be used?

Thanks in Advance!!!

assign i=0
you can place send hotkey inside while loop and specify condition as i<5
and increment i inside while loop(i=i+1)