1 example for xdotool
# Simulate a right-click xdotool click 3 # Move the mouse 10 pixels down from its current position xdotool mousemove_relative -- 0 10
# Simulate a right-click xdotool click 3 # Move the mouse 10 pixels down from its current position xdotool mousemove_relative -- 0 10