CaMeSuffit Posted March 4 Report Share Posted March 4 Is there a way to shorten multiple entries of the same command in the Text Type interface? For example , can <PAGE UP><PAGE UP><PAGE UP><PAGE UP><PAGE UP><PAGE UP> be entered with some multiplying code rather than repeating <PAGE UP> six times? Grateful for any advice : ) Quote Link to comment Share on other sites More sharing options...
rberq Posted March 4 Report Share Posted March 4 Repeat Start (Repeat 10 times) Text Type (Simulate Keystrokes): <ARROW DOWN> Delay: 10 milliseconds End Repeat Has the advantage that you don't have to count how many you have put in the command. And easy to change just by modifying the Repeat command. Delay may or may not be needed depending on the application you are interacting with. 1 Quote Link to comment Share on other sites More sharing options...
acantor Posted March 4 Report Share Posted March 4 Or this: Variable Set String %FourLeftArrows% to "<ARROW LEFT><ARROW LEFT><ARROW LEFT><ARROW LEFT>" Text Type (Simulate Keystrokes): %FourLeftArrows% 1 Quote Link to comment Share on other sites More sharing options...
CaMeSuffit Posted March 4 Author Report Share Posted March 4 Yes , very good. Thanks guys. : ) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.