What would you like to be added?
We need to introduce a user-configurable setting that allows users to disable the "? for shortcuts" help panel (triggered by typing ? at an empty prompt).
Requirements:
- A boolean configuration flag (e.g.,
display_shortcuts_hint_UI or similar) should be added to the config file.
- Default behavior:
true (Enabled).
- When set to
false, typing ? should still display the help menu. This is about hiding the UI element, not disabling the actual feature
Why is this needed?
Some user prefer to have a cleaner UI
Additional context
No response
What would you like to be added?
We need to introduce a user-configurable setting that allows users to disable the "? for shortcuts" help panel (triggered by typing
?at an empty prompt).Requirements:
display_shortcuts_hint_UIor similar) should be added to the config file.true(Enabled).false, typing?should still display the help menu. This is about hiding the UI element, not disabling the actual featureWhy is this needed?
Some user prefer to have a cleaner UI
Additional context
No response