xdotool does not work with QT windows, but works with GTK
138 views
Skip to first unread message
Andrey Aleksandrovich
unread,
Dec 18, 2013, 8:54:02 AM12/18/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to xdotoo...@googlegroups.com
Hell,
I just tried xdotool and noticed that
$ xdotool key --window $(xdotool search --name aurora) ctrl+t
works fine (it opens new tab in aurora/firefox)
But if I tried to do (close the Dolphin window)
$ xdotool key --window $(xdotool search --name dolphin) alt+F4
nothing is happened.
Whats wrong?