in computers/default/docker.py [0:0]
def double_click(self, x: int, y: int) -> None: self._exec( f"DISPLAY={self.display} xdotool mousemove {x} {y} click --repeat 2 1" )