Peter Sobolewski

Results 749 comments of Peter Sobolewski

Maybe you've tried this, but I have something similar happen on my MBPro (Sonoma Xpra 5.0.7) with external monitor (not 4k though). It's sufficient to resize the window to get...

I kinda like the idea of the variant 2 -- so that would work like existing linked layers -- and then if the collapsable layer-specific controls are implemented they could...

That mockup looks pretty cool! Only thing that struck me is the lack of the 👁️ for the group -- I think being able to show/hide the whole group would...

Same as the others, should we consider sorting Attributes too?

> Actually @psobolewskiPhD WDYT since you've had experience dealing with app-model. This would remove one file and thus another place you have to modify. I'm in favor of having submenus...

Caught a small nitpick. Any reason not to sort the attributes section of the docstring too?

Is it worth sorting the Attributes too?

Well, specifically here: https://github.com/napari/napari/blob/b2edccd6e40e04467ccfeec0257c2160783f7187/napari/utils/shortcuts.py#L12 ``` 'napari:delete_selected_layers': [KeyMod.CtrlCmd | KeyCode.Delete], ``` That resolves to Control-Del everywhere, but Command-Del on macOS which is a system keybind and as a result don't work....

I think it's best to make that a 2nd key binding. Thanks for the insight -- I will close as an explicit KeyMod.Ctrl isn't going to be a thing.