Not entirely what I mean. I dont mind the way it is now, its if/when I switch to the wrong screen and immediately hit a key to switch to another screen. Instead of my main screen switching, it switches what was the main screen but is now small.

Here is kinda what I mean (ignore the _, It removes extra spaces automatically apparently):


1 2
_ 3

Hit the key to switch to 2, this is what i get:

2 1
_ 3

Which is exactly what I would expect. Now without doing anything (no clicking no keypresses) I notice "oops, wrong screen" and hit the key to switch to screen 3, this is what I get:

2 3
_ 1

Instead of the following which is what I would expect to get

3 1
_ 2


If I click on my main screen before hitting the key to switch to 3, all works as I would expect, this only happens if I do nothing and try to switch again. Make more sense?