Notifications
Clear all
AbsoluteTelnet General
0
Posts
2
Users
0
Reactions
249
Views
Topic starter
29/11/2019 9:56 pm
HI,
Just wonder is there a list of all the KEY name to use for Terminal.SendKey function ?
i.e.
Terminal.SendKey "ArrowDown"
Currently looking for sending "Horizontal Tab" on the console.
Already try Terminal.SendKey "Tab", Terminal.SendText "\\x09"; none work for me.
Thanks !
13/04/2020 4:47 am
The current list is:
F1, F2, F3, F4, F5, F6, F7, F8, F9, F1, F11, F12
ArrowLeft
ArrowRight
ArrowUp
ArrowDown
Backspace
Sorry, TAB is not one of them, but I can add it if you need it.
Topic starter
13/04/2020 2:27 pm
Yes, please.
if possible, also add PgUp, PgDown too.
Thanks !