Instead of sending a stream of fast key pressings, try to send the keydown event, wait a bit, and then the keyup event. May be that works Code: xte 'keydown F3' /usr/share/snx/usleep 100000 xte 'keyup F3'
xte 'keydown F3' /usr/share/snx/usleep 100000 xte 'keyup F3'
xte 'keydown F3' 'usleep 100000' 'keyup F3'