We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Alternative without modifier: comboNtimes ( key , n )
comboNtimes ( key , n )
modKey : any one real modifier
modKey
key : any one real key
key
n : any positive number
n
This calls Function: combo() many times.
Example
ALT+CursorUp results in "8 times Control+CursorUp":
COMBO UP [&...] > comboNtimes(LCtrl + UP, 8)