Xdotool

From Free Knowledge Base- The DUCK Project
Revision as of 11:22, 10 January 2020 by Admin (talk | contribs)
Jump to navigation Jump to search

Lowercase: xdotool

apt install xdotool
export DISPLAY=:0.0
xdotool key A

Refresh Google Chrome web browser on a remote computer via this command in ssh shell

xdotool search --class Chrome windowactivate --sync %1 key F5 windowactivate $(xdotool getactivewindow)