Skip to content

Commit

Permalink
fixing a help crash: adding H_CONFIG_PLAYER help key
Browse files Browse the repository at this point in the history
  • Loading branch information
s-n-g committed Aug 24, 2024
1 parent 4b6c9d9 commit 3fc0147
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion pyradio/messages_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -839,11 +839,29 @@ def set_text(self, parent, *args):
Right|, |l |*| Select default station.
/| / |n| / |N |*| Search, go to next / previous result.
r |*| Revert to saved value.
Esc|, |q|, |Left|, |h |*| Canel.
Esc|, |q|, |Left|, |h |*| Canel.
%Global functions (with \ on Line editor)
-|/|+| or |,|/|. |*| Change volume.
m| / |v |*| |M|ute player / Save |v|olume (not in vlc).
W| / |w |*| Toggle title log / like a station.'''
),

'H_CONFIG_PLAYER': ('Player Selection Help',
r'''TAB| |*| Move selection to |Extra Parameters| column.
Up|, |j|, |Down|, |k| |*| Change player selection.
Enter|, |Space|, |*|
Right|, |l |*| Enable / disable player.
^U| / |^D| |*| Move player |u|p or |d|own.
r| |*| Revert to saved values.
s| |*| Accept changes (player and parameters).
| |*| |Notice|: Changes will be saved only after pressing
| |*| ________"|s|" in the main |Configurationw Window|.
Esc|, |q|, |Left|, |h |*| Canel.
%Global functions (with \ on Line editor)
-|/|+| or |,|/|. |*| Change volume.
m| / |v |*| |M|ute player / Save |v|olume (not in vlc).
W| / |w |*| Toggle title log / like a station.
'''
),

'H_CONFIG_PLAYLIST': ('Playlist Selection Help',
Expand Down

0 comments on commit 3fc0147

Please sign in to comment.