Recently I discovered, that via QPython console I can execute android (linux) commands. Ping works. Question is: how to interrupt it's output on smartphone? CTRL + C obviously isn't the answer.
Asked
Active
Viewed 5.8k times
3 Answers
2
There may be a way to send the modifier keys through the terminal app, however I have never used that app so I can't say. On Terminal Emulator you can long press the screen and send the control key from the pop up menu.
Also you could install Hackers Keyboard which includes a full desktop keyboard including control and alt keys.
abqnm
- 958
- 4
- 8
0
Most Term Emus use Vol Dn as Ctrl and use Vol Up as Fn. So in your case simply hold the Volume Down key and then press C on your keyboard (essestially, any IME works).
iBug
- 7,747
- 8
- 44
- 83
-
fn - isn't the fn key a modifier key found mainly on laptops that's used to access additional functions on keys like the function keys? – Brad Hein Jul 25 '17 at 15:06
-
@BradHein Basically Fn is used to modify keys, any keys!!! – iBug Nov 10 '17 at 01:21