Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An option for panning on Macbook trackpads? #416

Open
jamestalmage opened this issue Nov 27, 2023 · 1 comment
Open

An option for panning on Macbook trackpads? #416

jamestalmage opened this issue Nov 27, 2023 · 1 comment

Comments

@jamestalmage
Copy link

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

@ncsaba
Copy link

ncsaba commented Dec 17, 2023

Check out my patch attached to this one:

#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

git apply double_click_drag_means_pan.patch

  • This will install it in editable mode, leave out the "-e ." part if you don't want that
    pip install -e .

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants