-
Notifications
You must be signed in to change notification settings - Fork 105
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
Add keyboard shortcuts for scaling, allow loading files recursively #161
Conversation
Hi @adivardi, thanks for suggesting the PR. You propose a lot of changes in bulk. The change about adding the scaling shortcuts look good to me. Also replacing the I am only more conservative about breaking the other shortcuts since people might got used to it. For the remaining changes, I would like to end up with a solution that does not break QWERTZ keyboard layouts. |
@ch-sa |
|
@ch-sa |
@ch-sa Just a suggestion, wouldn't it be easier to run the workflow before the approval? |
Yes, but I manually need to approve pipelines to run on every change ... |
Finally all tests passed 😄 |
Merged :) |
This PR adds keyboard shortcuts for increasing/decreasing bbox scale (length, width, height).
I extended the documentation to reflect this change.
It also includes a small change to load pointcloud files recursively.