Automatic web-page refresh using xdotool - not sending key after window focus

前端 未结 7 982
清歌不尽
清歌不尽 2020-12-31 23:52

Given:

I have Firefox with the [Firefox Page Title] page open on my Ubuntu computer.

Here is my command:

7条回答
  •  無奈伤痛
    2021-01-01 00:26

    I have key bind win + shift + s to get the window id using

    xdotool getactivewindow getwindowgeometry
    

    and win + s to refresh

    xdotool key --window savedWindowID ctrl+r
    

提交回复
热议问题