Showing posts with label jordan sissel. Show all posts
Showing posts with label jordan sissel. Show all posts

Wednesday, June 28, 2017

Jordan Sissel Kennt Nicht Seine Eigene Tool

he says :

Example: Send ctrl+c to all windows matching title 'gdb' (See COMMAND CHAINING) xdotool search --name gdb key ctrl+c

But that doesn't work - no sir.

Fortunately, 

xdotool windowactivate `xdotool search --name gdb` ; xdotool key ctrl+c

Works, by the power of G!!

Kudos :