Skip to content

PlayListView: Pressing ESC Cancels Playlist Rename

Currently the playlist header changes to an GtkEntry when renaming a playlist.

When renaming the playlist, if the user presses ESC key then the rename action should be cancelled. This is accepted practice. Currently the ESC action is ignored.

To fix the issue, a key-press-event handler was added to the GtkEntry wherein if the entered key was matched with ESC. If it matches then the Rename action is cancelled.

Closes #188 (closed)

Merge request reports