:orphan: .. title:: SHELL_METAKEYS .. option:: CONFIG_SHELL_METAKEYS *Enable metakeys* Type: ``bool`` Help ==== .. code-block:: none 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. Direct dependencies =================== \ :option:`SHELL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if !\ :option:`SHELL_MINIMAL ` Kconfig definition ================== At ``/shell/Kconfig:126`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:45`` Menu path: (Top) → Sub Systems and OS Services → Shell .. code-block:: kconfig config SHELL_METAKEYS bool "Enable metakeys" default y if !SHELL_MINIMAL depends on SHELL help 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. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*