Skip to main content
Question

Terminal Emulator function keys not working

  • March 14, 2023
  • 4 replies
  • 482 views

Forum|alt.badge.img+1

Hi All ,

I’m trying to use function keys using terminal emulator command Send key but behavior of key functionality is different in terminal emulator.

For example if bot is sending the key - PF2,PF8 its typing OQ & [19 .

connection type : VTSERIES

please help me on this.

4 replies

Raul Jaimes
Forum|alt.badge.img+9
  • Navigator | Tier 3
  • March 14, 2023

Hi @vicky 3292 

  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]

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


Forum|alt.badge.img+1
  • Author
  • Cadet | Tier 2
  • March 15, 2023

Hi Raul ,

Tried this approach , still issue remains same.

The approach which was suggested is working on CONNECTION TYPE : TN3270E , not on VTSERIES

 

Thanks for your suggestion.


Raul Jaimes
Forum|alt.badge.img+9
  • Navigator | Tier 3
  • March 15, 2023

@vicky 3292 

Have you verify if modifying the encoding works?

 

HTH

Regards


Forum|alt.badge.img+1
  • Author
  • Cadet | Tier 2
  • March 16, 2023

Yes , checked with all the available encoding types & Terminal model Default,VT100 & VT220 , still same issue .