You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, on ubuntu it can be done after installing xdotool "sudo apt install xdotool -y" by this command: xdotool search "Mozilla Firefox" windowactivate --sync key --clearmodifiers ctrl+r
And without focusing browser: xdotool search "Mozilla Firefox" key ctrl+r
But I dont know how to implement it in your extension.
The text was updated successfully, but these errors were encountered:
Hi, on ubuntu it can be done after installing xdotool "sudo apt install xdotool -y" by this command:
xdotool search "Mozilla Firefox" windowactivate --sync key --clearmodifiers ctrl+r
And without focusing browser:
xdotool search "Mozilla Firefox" key ctrl+r
But I dont know how to implement it in your extension.
The text was updated successfully, but these errors were encountered: