We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Without a middle-click, I've been unable to pan. Am I missing something obvious, or is it actually not available?
The text was updated successfully, but these errors were encountered:
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
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
Sorry, something went wrong.
No branches or pull requests
Without a middle-click, I've been unable to pan. Am I missing something obvious, or is it actually not available?
The text was updated successfully, but these errors were encountered: