Merge pull request #3952 from persimmonb/webclient_tutorial_update

Update intro_menu to match the history.js webclient plugin
This commit is contained in:
Griatch
2026-07-04 07:06:13 +02:00
committed by GitHub

View File

@ -434,9 +434,8 @@ The web client starts out having two panes - the input-pane for entering command
and the main window.
- Use |y<Return>|n (or click the arrow on the right) to send your input.
- Use |yCtrl + <up/down-arrow>|n to step back and forth in your command-history.
- Use |yCtrl + <Return>|n to add a new line to your input without sending.
(Cmd instead of Ctrl-key on Macs)
- Use |yShift + <up/down-arrow>|n to step back and forth in your command-history.
- Use |yShift + <Return>|n to add a new line to your input without sending.
There is also some |wextra|n info to learn about customizing the webclient.