Skip to main content

Hi all

 

Is any alternative for commit record in terminal (ANSI ). In putty ctrl +v used to save / commit the record but terminal emulator it is not working.

@Rajesh.P1  what error you are getting ?


@rbkadiyam no error. without ctrl + v  record change in terminal can’t be saved.

there is no option of ctrl + v


Hi @Rajesh.P1 ,

 

Please use nTAB] + anykey from keystrokes and see. To pass any key on TE screen via Simulate Keystroke package, make sure to pass the tTAB] key first then other keys will be followed. Please refer here for further information on this.


@Rajesh.P1 

Some keys are special which is supported by specific TE which is not part of the package hence with simulate keystroke package, you can pass any key combination on the Terminal Emulator screen.

  1. Execute TE connect package
  2. Pause the bot
  3. Create a duplicate tab of the same bot
  4. Drag Simulate Keystroke package
  5. Provide a 'Title' of TE screen
  6. Specify the following pattern in the "Keystrokes" section
    1. lTAB] BINSERT]

Example:
If the requirement is to enter eINSERT] key then, you can pass the following pattern in the "Keystrokes" section 
rTAB] AINSERT]

To pass any key on TE screen via Simulate Keystroke package, make sure to pass the tTAB] key first then other keys will be followed.

 

REF: https://apeople.automationanywhere.com/s/article/simulate-keystroke-terminal-emulator

 

HTH

Regards


Reply