Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CUERipper: Allow editing Metadata using F2
Editing Track Titles has been possible using F2. Add the same behavior to the Metadata list. This is an additional possibility using the keyboard instead of clicking. - Add `listMetadata_KeyDown` event for key `F2` - Add `listMetadata_PreviewKeyDown` event for `Enter` Hitting Enter after editing will move to the next Metadata item now, as in `listTracks`. - Keys for navigation in CUERipper under Tracks or Meta: Moving: Cursor up, Cursor down Editing: F2, Enter, Ctrl+Tab, Ctrl+Shift+Tab, Esc
- Loading branch information