louisdh / openterm

OpenTerm, a sandboxed command line interface for iOS
Other
1.63k stars 249 forks source link

Cycle through autocomplete suggestions with external keyboard #137

Open holzschu opened 6 years ago

holzschu commented 6 years ago

Pressing "tab" on an external keyboard activates autocomplete and inserts the first suggestion on the command line.

Sometimes, I'd like the second suggestion. It would be great if pressing "tab" a second time moved to the next suggestion in the list (or "shift-tab", maybe). That is not easy, because it implies removing the previous suggestion from the command line.