2009/7/22 Schwab,Wilhelm K <[email protected]>: > Hello all, > > Are any of you using both Linux and Windows? Is it just me, or does button > swapping get weird when bouncing between the two? I'm not sure if the > behavior is random, or if there is a pattern to it. So far, it just seems to > work as I expect sometimes, and not others, and I _think_ changing OS is a > trigger for it. >
Yes. See squeak.ini file in windoze co-located with your squeak.exe. Put: 3ButtonMouse = 1 there and it will make your image behave same as on linux. Personally, i think that option for swapping the buttons at VM side is redundant and only adds confusion. Because same thing can be done at image level. > Bill > > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > -- Best regards, Igor Stasenko AKA sig. _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
