termux-app
termux-app copied to clipboard
[Feature]: shell cmd to hide soft keyboard
Feature description
Plenty of my scripts don't expect any input and hiding the soft keyboard programmatically would help the readability of the script output enormously.
I found hide-soft-keyboard-on-startup=true
but it would be nicer if every shell script could hide and pop-up the soft keyboard as it needs it.
Additional information
No idea
This feature should be implemented as an escape sequence.
Use am start com.termux/com.termux.app.TermuxActivity
to relauch termux this causes the soft keyboard to become hidden. You must enable hide-soft-keyboard-on-startup=true
property for it to work.