CadQuery / CQ-editor

CadQuery GUI editor based on PyQT
Apache License 2.0
723 stars 111 forks source link

An option for panning on Macbook trackpads? #416

Open jamestalmage opened 7 months ago

jamestalmage commented 7 months ago

Without a middle-click, I've been unable to pan. Am I missing something obvious, or is it actually not available?

ncsaba commented 7 months ago

Check out my patch attached to this one:

https://github.com/CadQuery/CQ-editor/issues/419

You will need to install CQ-Editor from the git sources, and apply the patch on top of it, along the lines of:

pip install cadquery pip install PyQt5 spyder pyqtgraph logbook

git clone https://github.com/CadQuery/CQ-editor.git cq_editor cd cq_editor

Then you will have CQ-Editor with the touch-pad/screen support (see the referenced issue for a description on how to use it).

Cheers, Csaba