I want to achieve a function, that is, press a key to achieve a mouse down, and then slide the touchpad to text selection. I do not know whether this feature can be implemented in the browser.
            Asked
            
        
        
            Active
            
        
            Viewed 62 times
        
    0
            
            
        - 
                    I think we can save one mousedown, and send it to function. But I don't know how to achieve. – user8930932 Feb 01 '18 at 04:22
- 
                    https://stackoverflow.com/questions/6157929/how-to-simulate-a-mouse-click-using-javascript – Josh Adams Feb 01 '18 at 04:24
