#!/bin/bash while [ true ] ; do xdotool key 0xff7e ; xdotool mousemove --sync 1000 0 ; done