python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Sending ASCII Control codes with asyncssh
I am writing a small test script that exercises asyncssh facilities. One of the test scenarios is running ping localhost process and then sending CTRL+\ to report intermediary summary. However I have ...
nndhawan
Votes: 0
Answers: 1
How to send Ctrl + / to the stdin in Linux via byte string in Python?
I know I can send b'\x03' to send CTRL + C to Linux but I don't know the code for CTRL + \. What resource covers CTRL + <key>?
By way of background, I am writing a small test script that exercis...
nndhawan
Votes: 0
Answers: 0