Details panel on default startup and shortcut keyboard #111
-
I wanted to ask if there is a way to set the details panel by default when starting georgia reborn. Also if it is possible via keyboard shortcut to switch from biography/playlist panel to details panel. Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
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
with:
And add this code at the end in
-TT |
Beta Was this translation helpful? Give feedback.
-
Hello TT and thank you very much for hard work on Georgia Reborn, the last beta is great! I wanted to ask if this modification to have a keyboard shortcut is still valid? I tried it as you described, but unfortunately, everything crashes. Since I control Georgia Reborn using a gamepad that emulates the keyboard, it would be great if there could be a shortcut between the details screen and the playlist screen, and vice versa. I hope you can help me. Thanks in advance!" |
Beta Was this translation helpful? Give feedback.
-
Hi Tom, I tried to do as you told me, but it seems that something isn't working. |
Beta Was this translation helpful? Give feedback.
-
Hi tom, now works very well but If I start Foobar and then don't right-click inside the interface, this keyboard shortcut doesn't work. Once I click the mouse button on any part of the interface, the shortcut works. I'm not sure if I explained myself clearly. It seems that to activate this shortcut, it's necessary to press the mouse button. Do you know why this happens? |
Beta Was this translation helpful? Give feedback.
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:
with: