Forum

Is that a List for ...
 
Notifications
Clear all

Is that a List for all the KEY name for SendKey

0 Posts
2 Users
0 Reactions
199 Views
(@cygnut)
New Member
Joined: 5 years ago
Posts: 2
Topic starter  

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 !


   
ReplyQuote
(@bpence)
Member Admin
Joined: 11 months ago
Posts: 1375
 

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.


   
ReplyQuote
(@cygnut)
New Member
Joined: 5 years ago
Posts: 2
Topic starter  

Yes, please.
if possible, also add PgUp, PgDown too.

Thanks !


   
ReplyQuote
Share: