termux-app icon indicating copy to clipboard operation
termux-app copied to clipboard

[Feature]: shell cmd to hide soft keyboard

Open xandro0777 opened this issue 2 years ago • 2 comments

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

xandro0777 avatar Dec 08 '22 21:12 xandro0777

This feature should be implemented as an escape sequence.

MatanZ avatar Dec 15 '22 15:12 MatanZ

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.

Tabriik avatar Aug 25 '23 05:08 Tabriik