The soft keyboard's popups are excellent, but they're limited to 1 per key. Swiftkey handles this with a popup menu that has multiple selections laid out horizontally, but Termux's ergonomic is more elegant. I propose expanding it to multiple popups accessible via swiping in different directions.
For example, using up = 0 this could define a three-lobed radial menu with ./ available in most of the up directions and ..., ?. splitting the rest.
It might be best to keep the location of the popup display the same, no matter the radial choice, both for clean visibility and ease of implementation.
Feature description
The soft keyboard's popups are excellent, but they're limited to 1 per key. Swiftkey handles this with a popup menu that has multiple selections laid out horizontally, but Termux's ergonomic is more elegant. I propose expanding it to multiple popups accessible via swiping in different directions.
For example, using up = 0 this could define a three-lobed radial menu with
./
available in most of the up directions and...
,?.
splitting the rest.It might be best to keep the location of the popup display the same, no matter the radial choice, both for clean visibility and ease of implementation.