Skip to content

Commit 3fc0147

Browse files
committed
fixing a help crash: adding H_CONFIG_PLAYER help key
1 parent 4b6c9d9 commit 3fc0147

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

pyradio/messages_system.py

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,11 +839,29 @@ def set_text(self, parent, *args):
839839
Right|, |l |*| Select default station.
840840
/| / |n| / |N |*| Search, go to next / previous result.
841841
r |*| Revert to saved value.
842-
Esc|, |q|, |Left|, |h |*| Canel.
842+
Esc|, |q|, |Left|, |h |*| Canel.
843843
%Global functions (with \ on Line editor)
844844
-|/|+| or |,|/|. |*| Change volume.
845845
m| / |v |*| |M|ute player / Save |v|olume (not in vlc).
846846
W| / |w |*| Toggle title log / like a station.'''
847+
),
848+
849+
'H_CONFIG_PLAYER': ('Player Selection Help',
850+
r'''TAB| |*| Move selection to |Extra Parameters| column.
851+
Up|, |j|, |Down|, |k| |*| Change player selection.
852+
Enter|, |Space|, |*|
853+
Right|, |l |*| Enable / disable player.
854+
^U| / |^D| |*| Move player |u|p or |d|own.
855+
r| |*| Revert to saved values.
856+
s| |*| Accept changes (player and parameters).
857+
| |*| |Notice|: Changes will be saved only after pressing
858+
| |*| ________"|s|" in the main |Configurationw Window|.
859+
Esc|, |q|, |Left|, |h |*| Canel.
860+
%Global functions (with \ on Line editor)
861+
-|/|+| or |,|/|. |*| Change volume.
862+
m| / |v |*| |M|ute player / Save |v|olume (not in vlc).
863+
W| / |w |*| Toggle title log / like a station.
864+
'''
847865
),
848866

849867
'H_CONFIG_PLAYLIST': ('Playlist Selection Help',

0 commit comments

Comments
 (0)