EsotericSoftware / spine-editor

Issue tracking for the Spine editor.
http://esotericsoftware.com/
29 stars 2 forks source link

Please make multi-select + DEL-key work in bones list of Weights panel #827

Open bencresty opened 2 months ago

bencresty commented 2 months ago

When wanting to remove all bones from the bones list in the weight panel this is what we need to do now:

It would be a lot easier if we could just multi-select the bones in the list and hit 'remove'. AND it would definitely be helpful too if we could just hit the DEL-key on the keyboard to remove the selected bone from the list.

[edit] A 'clear list'-button would also be helpful.

Spine 4.2.3 pro

misaki-eymard commented 2 months ago

@bencresty You can specify a hotkey for the Remove button in the hotkey.txt file:: weights-remove-hotkey

bencresty commented 2 months ago

@bencresty You can specify a hotkey for the Remove button in the hotkey.txt file::

Thanks for your response. Yeah, but I can't use DEL for that, because than it would have a conflict with the 'viewport's DEL, where it tries to remove an attachment. Finding another key which is completely different compared to other software is obviously not wanted and shouldn't be necesary IMO.

I think it makes more sense just to let Spine auto detect that we're on the bones list of the weights panel (active windows element) and just make the DEL key work there, like other software does. That's intuitive and what I would expect to work.