GiorgosXou / TUIFIManager

A cross-platform terminal-based termux-oriented file manager (and component), meant to be used with a Uni-Curses project or as is.
GNU General Public License v3.0
688 stars 13 forks source link

CTRL + S is default for stop processing terminal #3

Closed paxsali closed 2 years ago

paxsali commented 2 years ago

Just wanted to point out that for a terminal based utility, the default keybinding CTRL +S is highly problematic, as for most environments it means freeze / don't update / stop scrolling the terminal. (with CTRL + Q meaning continue / unfreeze / resume scrolling).

Please consider to replace this default binding with something less irritating to most users.

Thanks.

GiorgosXou commented 2 years ago

Thanks, I didn't know that, maybe If there's a signal I will be able to override it just like I (kind of) did with ctrl+c too. Although this keyblinding is supposed to be exclusive to the touch behavior of termux and that's because I wasn't able to find any long press\touch or whatever other event for it [...]

GiorgosXou commented 2 years ago

v.1.1.3