sendkeys
sendkeys copied to clipboard
Command line tool for automating keystrokes and mouse events on macOS
### What went wrong? When I sent the key combination `command`+`shift`+`m` to Microsoft Teams with the following command: `sendkeys --application-name "Microsoft Teams" --characters ""` Usually there is no effect (mute...
### What feature would you like to see in sendkeys? Thanks for the great tool. It has saved me a lot of work! I use sendkeys when creating screen casts...
### What went wrong? When I try use mouse click with modifiers like shift for example, the modifiers are ignored. I want use: ```txt ``` I try too, and doesn't...
### What feature would you like to see in sendkeys? it is indeed a great utility. we would love to have a shortcut command to abort long running command in...
### What feature would you like to see in sendkeys? It'd be great if you could introduce some syntax to allow adding comments to the input files. These comments will...
### What went wrong? I'm unsure if this is a bug or if I'm not using the software correctly. Essentially, I need it to hold down the up arrow key...
I've been using sendkeys to automate some testing inside VMs and discovered the following while trying to investigate why sendkeys "does nothing" in certain cases when I tried to employ...
Hi there, thanks for your tool, recently I started using it in my project. I was also looking for a tool to automate mouse clicks (without realizing that sendkeys can...
Add option to specify which app window keystrokes should go to It would be helpful to add an option (maybe --targeted-window) so that the keystrokes sent can be directed to...