shell: meta-keys handle condition update
Meta keys are active when they are enabled and when shell echo is set to on. Updated meta keys description in shell's Kconfig file. Signed-off-by: Jakub Rzeszutko <jakub.rzeszutko@nordicsemi.no>
This commit is contained in:
parent
9e63aead54
commit
e7b55a6eb5
3 changed files with 12 additions and 6 deletions
|
@ -88,8 +88,9 @@ config SHELL_METAKEYS
|
|||
bool "Enable metakeys"
|
||||
default y
|
||||
help
|
||||
Enables shell metakeys: Home, End, ctrl+a, ctrl+c, ctrl+e, ctrl+l,
|
||||
ctrl+u, ctrl+w
|
||||
Enables shell meta keys: Ctrl+a, Ctrl+b, Ctrl+c, Ctrl+d, Ctrl+e,
|
||||
Ctrl+f, Ctrl+k, Ctrl+l, Ctrl+u, Ctrl+w, Alt+b, Alt+f
|
||||
Meta keys will not be active when shell echo is set to off.
|
||||
|
||||
config SHELL_HELP
|
||||
bool "Enable help message"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue