Skip to content

Details panel on default startup and shortcut keyboard #111

Answered by TT-ReBORN
giorgiobrit asked this question in Q&A
Discussion options

You must be logged in to vote

You can deactivate in top menu Options > Playlist > Show playlist on startup, then the theme will always start with the Details panel.

If you want a custom shortcut to the Details panel, you would need to do it yourself because jumpSearch and other shortcuts are already used and I won't add this support.

If you want to do it yourself, open gr-callbacks.js and add these for example ( CTRL + D shortcut ):

In function on_char(code) {
Replace original code:

// Switch back to Playlist
if (pref.layout === 'default' && !displayPlaylist && !displayLibrary) {
	btns.details.onClick();
}

with:

// Switch back to Playlist
if (pref.layout === 'default' && !displayPlaylist && !displayLibrary && !utils.…

Replies: 4 comments 6 replies

Comment options

You must be logged in to vote
1 reply
@giorgiobrit
Comment options

Answer selected by TT-ReBORN
Comment options

You must be logged in to vote
2 replies
@TT-ReBORN
Comment options

@giorgiobrit
Comment options

Comment options

You must be logged in to vote
1 reply
@TT-ReBORN
Comment options

Comment options

You must be logged in to vote
2 replies
@TT-ReBORN
Comment options

@giorgiobrit
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants