Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions cli/src/cmds/flirc_cmds.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,16 +159,16 @@ APPCMD(record, &record,
"examples: \n"
" flirc record a \n"
" flirc record space\n"
"valid commands:\n"
" a-z <any single letter>\n"
"Normal Keys:\n"
" a-z <any single letter>, \n"
" return, enter, escape, backspace, delete, tab, \n"
" space, F[1-12], print_screen, scroll, pause, insert, \n"
" home, pageup, pagedown, end, right, left, down, up, \n"
" home, pageup, pagedown, end, right, left, down, up \n"
"Media Keys: \n"
" wake, eject, vol_up, vol_down, mute, play/pause, stop \n"
" eject, vol_up, vol_down, mute, play/pause, stop, \n"
" rewind, fast_forward, next_track, prev_track \n"
"System Keys: \n"
" suspend\n"
" wake, suspend\n"
"Other: \n"
" toggle [enables/disables] flirc\n",
NULL);
Expand Down