Skip to content

Function: comboNtimes()

cajhin edited this page Dec 29, 2020 · 1 revision

comboNtimes ( modKey + key , n )

Alternative without modifier: comboNtimes ( key , n )

modKey : any one real modifier

key : any one real key

n : any positive number

This calls Function: combo() many times.

Example

ALT+CursorUp results in "8 times Control+CursorUp":

COMBO UP [&...] > comboNtimes(LCtrl + UP, 8)