Solved

Terminal emulator CRTL + V not working.

  • 20 March 2023
  • 4 replies
  • 86 views

Badge +1

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.

icon

Best answer by Raul Jaimes 22 March 2023, 20:41

View original

4 replies

Userlevel 5
Badge +10

@Rajesh.P1  what error you are getting ?

Badge +1

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

there is no option of ctrl + v

Userlevel 7
Badge +13

Hi @Rajesh.P1 ,

 

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

Userlevel 5
Badge +9

@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. [TAB] [INSERT]

Example:
If the requirement is to enter [INSERT] key then, you can pass the following pattern in the "Keystrokes" section 
[TAB] [INSERT]

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

 

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

 

HTH

Regards

Reply