Make Single Click Start for touchscreens
Posted: 2016-10-23, 15:08 UTC
We have this option in Total Commander:
I think that adding the next option would be really useful; 8: Only if the file is clicked on a TouchScreen, not with a mouse
So we could to use in tablet mode like in "TC for android", but if a mouse or dock is attached then we could to use normally with double click.
I think that the procedure for detect if the pulsation is done in screen or by mouse is half done for this option: IconClickSelection=2.
Maybe could be re-used this code.
Could be add such option to open files and/or folders with a single click only on touch screens?
Code: Select all
SingleClickStart=6
0: Double click starts programs (default)
1: A single click starts programs and opens files (Win98 WEB style)
2: A single click only opens folders. For files, a double click is needed
4: The text cursor no longer follows the mouse cursor
So we could to use in tablet mode like in "TC for android", but if a mouse or dock is attached then we could to use normally with double click.
I think that the procedure for detect if the pulsation is done in screen or by mouse is half done for this option: IconClickSelection=2.
Maybe could be re-used this code.
Could be add such option to open files and/or folders with a single click only on touch screens?