[Pharo-project] Copying image+changes between Windows and Linux
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. Bill
2009/7/22 Schwab,Wilhelm K <bschwab@anest.ufl.edu>:
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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Best regards, Igor Stasenko AKA sig.
participants (2)
-
Igor Stasenko -
Schwab,Wilhelm K