Comment 131 for bug 296167

Revision history for this message
Reuben Firmin (reubenf) wrote :

I can force the issue by forcing it to the edge of each screen one after the other:

Here's a shell script that'll do it, assuming your screens are 1680 wide (the first column on screen 0 is 0, so the last column on that screen is 1679.)

---------------------------
#!/bin/bash

xte "mousemove 1679 5"
xte "mousemove 1680 5"
---------------------------