I was wondering if anyone can tell me how to transmit <ctrl> + <shift> + -
I see that control is 0x11, shift is 0x10, but how do I send it as if they are both pressed together?
I have tried to send control + shift + - using
sendkey CTRLSHIFT '-'
but it doesn't work
I read the help file a bit more on the sendkey function, and I think that termkey is probably more applicable to my situation, but still, neither works.
sendkey CTRLSHIFT '-'
and
termkey CTRLSHIFT '-'
both doesn't get the desired result.
I have tested the termkey CTRL '-' also (I realised it does the same thing), but it still doesn't work...
By testing using termkey CTRL 'U', it works and clear the line on the switch...
The CTRL '-' keystrokes send an interrupt to close the connection of switch, and maybe it is sending the CTRL '-' to the switch directly and not to the telnet shell...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.