Manually sort sound clips / Pinned sort
Is your feature request related to a problem? Please describe. It is nice to have the sounds sorted in the same order as the hotkeys that trigger them, with modifed or alphabetical sort any added sounds or accidental modification of them resorts them and you have to assign all the hotkeys in the correct order again.
Describe the solution you'd like If we can manually sort the clips either by typing which place they should be in or drag/drop them around to order them they would be much more natural to trigger with keys that match the sound order.
Describe alternatives you've considered Reassigning all hotkeys when the sort order no longer matches the layout of the keys on the keyboard, makes it impossible to remember which keys trigger which sound
Desktop (please complete the following information):
- Environment: Flathub
@Curve add a backend function sortSounds(tabId: number, soundIds: number[]) (similar to sortTabs)
Then it should be pretty easy for me to implement it
@Curve add a backend function
sortSounds(tabId: number, soundIds: number[])(similar tosortTabs) Then it should be pretty easy for me to implement it
Alright, I'll do.
Also should we add something like this to lower overhead:
- Tab has Property
enum SortMode - Everytime you sort the tabs I adjust the sortMode and you send me the way the sounds should be sorted, so that I can adjust them once, this would have the benefit that you wouldn't have to sort them everytime?
That way tabs could be sorted individually too, we could have two different sort modes then, one global and one individual - does that sound like a good idea or would that be rather useless / too much effort?
Haven't thought about that. I would just make the sortMode individually per tab with modified descending as default.
Sounds like a good idea, this would probably also lower the overhead of sorting by quite a bit
@all-contributors please add @thomasfinstad for ideas