linux - chrome stopped listen to xdotool bindings after system update -
after ran pacman -syyu
, running:
xdotool search --onlyvisible --name 'chrome' windowfocus key "ctrl+f"
command got broken.
the thing finds chrome window correctly - gets focused, , if gets focused on text input field - after running upper command types f it. looks chrome somehow strips control out of xdotool key command. same thing other chrome commands. if type control+f manually while focused on chrome window, works should, not problem chrome shortcuts changed. happened after yesterdays system update, knows cause such behavior? thx.
Comments
Post a Comment