Question

INSERT (the overwrite key) when using Terminal Emulator

  • 22 February 2023
  • 2 replies
  • 18 views

Badge +3

Using the terminal Emulator Package (current version 4.8.0-20220923-172123), I can’t find the Insert key. On the list of keys are all the usual affair, F keys, TAB, ENTER etc, but no INSERT (the overwrite key).

Any one got any ideas?

I reviewed this link but it has no mention of the insert key either;
docs.automationanywhere.com/bundle/enterprise-v11.3/page/enterprise/topics/aae-client/bot-creator/commands/send-text-keys-behaviour.html


2 replies

Userlevel 7
Badge +13

Hi @BeauG107806 ,

 

Please use shift+anykey or tab+anykey from keystrokes and see.

Userlevel 5
Badge +9

@BeauG107806 

Please follow below instructions:

  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]

Examples,
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