I have to send Shift + F11 key to telnet host(tn5250)
, how do I send it using python?
For example, to send Shift + F1, I am using this sequence of characters \x1B[25~
I know there is some logic involved in conversion of keyboard's keys to ASCII characters. Can someone give me a link or details to gain knowledge in this area?
Thanks in advance.