Replace Presskey Commands with a Type Text Command

One of the recommended practices in optimizing a script is to insert a single Type text function instead of a long list of press key functions.

How to replace presskey commands with a Type text command?

  • Select the multiple functions that you want to replace with a single Type text function, and click delete.
    delete_presskey
  • Select the location where you want to insert the new Type text function and double click the Type text function.insert_type_text
     
  • After you double-clicked the command, it is inserted in the script canvass.
    double_click_command
  • In the Type text parameters tab, select the Text parameter.
    text_parameter
  • Type the new text.
    type_new_text
  • Your script is now much shorter.
    before_after