I'm fairly new to Pharo. I'm running Ubuntu Raring Ringtail (13.04) and using the PPA recommended on the Pharo web site, together with the Pharo 30218 image, and looking to enable the middle-click capability. (I have a Logitech trackball, and several apps are already aware enough to use the scrolling capability of the middle wheel. So, I think it's something I need to do specifically for Pharo.)
相关问题
- Indices of a substring in Smalltalk
- The use of “>>” in Pharo/Smalltalk
- How to copy several Monticello commits from local
- Smalltalk ReferenceStream has problems with new in
- Is it possible to write shell command within Pharo
相关文章
- How to copy several Monticello commits from local
- Smalltalk ReferenceStream has problems with new in
- Is it possible to write shell command within Pharo
- Draw table in Pharo
- Double dispatch in Pharo
- How can I get all the methods in a Protocol?
- Invoking shell commands from Squeak or Pharo
- How can I easily change to native fonts in Smallta
Have you tried using a Squeak image with your VM? There, middle/right mouse buttons are mapped to halo/context menu. If it works in Squeak, then the problem is with the Pharo image. If it does not work in Squeak either, the problem is with the VM.
You can get a current Squeak release here: http://ftp.squeak.org/4.4/Squeak4.4-12327.zip plus http://ftp.squeak.org/4.4/SqueakV41.sources.zip
For me the key combination (modifier) I had to use to get the halos was:
alt+shift
and then click withleft mouse button
.I'm on mac so my answer may not be that useful for you. But the middle mouse button does not bring any menu in Pharo and by default the mouse wheel should work. Pay attention Pharo 3.0 is under heavy development, so to get started I would use Pharo 2.0.