FModel icon indicating copy to clipboard operation
FModel copied to clipboard

Audio player remove improvements

Open ScrubN opened this issue 2 years ago • 0 comments

Changes:

  • Add X hotkey for removing the currently selected audio in the audio player.
    • I was a bit conflicted on this choice. I would have preferred del, but since it is used to clear hotkeys in the settings window, it was not an option. My next choice was D but I wanted to avoid conflicting hotkeys, even if they were from different windows. Eventually I settled on borrowing Blender's delete key, D.
  • Stop playback if the removed file was the currently playing file
  • Clear state related to the currently playing audio if the last audio was removed from the playlist.

If there are any changes you would like made to this PR, please let me know.

ScrubN avatar Dec 31 '23 07:12 ScrubN