moses-palmer / pynput

Sends virtual input commands
GNU Lesser General Public License v3.0
1.73k stars 243 forks source link

Added interval functionality for type function of pynput.keyboard.Controller().type #579

Open ShobanChiddarth opened 7 months ago

ShobanChiddarth commented 7 months ago

Each press and release can be delayed interval seconds if the required delay time is provided in the argument when calling the function.