-
Notifications
You must be signed in to change notification settings - Fork 2k
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 instance" and "Remove instance" hotkeys don't work when object is selected via de object browser #5350
Comments
To me it seems to be related to the location of the mouse pointer, not to the way an object has been selected.
Tested with PrusaSlicer-2.3.0-beta2+win64-202012051115 |
I had to test @fe60 his remark and yes - it is related to the mouse pointer! So weird. None of the other hotkeys seem to have this limitation. It is very unintuitive. And the effect is that you can't use your keyboard to do some quick instance creation without involving the mouse. |
…ject is selected via de object browser #5350 Captures the +- hotkeys in the object list to add / remove an instance.
Great to see this is getting addressed in the next release. This means that the most important hotkeys are now supported by the object list. I've looked at the changes in the source code and this prompted me to test some other hotkeys. These are all the hotkeys that don't work when the object list is selected: From the top toolbar:
From the toolbar on the left:
The hotkeys for the left-toolbar all require the user to do some object manipulation with the mouse in the 3D workspace so I guess there is a reason for these not to work outside of this context - although its arguably not the most consistent user experience. The same can't be said for the top toolbar. Hotkeys Thanks for taking the time to read my feedback! |
Implemented for Windows in PrusaSlicer 2.3.0-beta3. |
@bubnikv I've tried beta3 and the +- hotkeys don't work on a standard keyboard. I have a mid-2014 13-inch Macbook Pro with a (US) English International Layout keyboard layout. I wonder if the right keycodes to catch should be WXK_ADD and WXK_SUBTRACT |
We are limited on OSX with the wxWidgets UI wrapper library. We install an accelerator table, but for some reason it seems the support of accelerator tables in wxWidgets is not right. We would likely have to fix wxWidgets.
@YuSanka tried that. It works for +/- on numerical keyboard only, which the macs don't offer by default. |
Version
Prusaslicer 2.4.0-beta1
Operating system type + version
MacOs 10.14.6
Behavior
The + and - hotkeys don't work in the object-browser
Is this a new feature request?
No
The text was updated successfully, but these errors were encountered: