Agent_E11
Explore posts from serversHow do I close the text input view?
I this Wiki page, it describes a Text Input View: https://wiki.termux.com/wiki/Touch_Keyboard
Getting into this view is very easy (swipe left on the extra keys), but getting out is much harder.
How do I get out of the text input view?
2 replies
termux-exec in Termux:Widgets shortcuts
I have a shortcut that calls another script with the shebang
#!/usr/bin/env bash
this works in the regular terminal, but doesn't when I run the shortcut from the home screen. I get the error<long path to other script>: bad interpreter: /usr/bin/env bash: no such file or directory
. Is there any way to fix this? (I do not want to change the shebang line because this script is used on systems other than termux)4 replies