@@ -27,11 +27,14 @@ Editing and running commands
2727
2828Enter the command you want to run by typing its name. If you want to start over,
2929:kbd: `Ctrl `:kbd: `C ` will clear the line. When you are happy with the command,
30- hit :kbd: `Enter ` to run it. Any output from the command will appear in the help
31- area. If you want to run the command and close the dialog so you can get back to
32- the game, use :kbd: `Shift `:kbd: `Enter ` instead. The dialog also closes
33- automatically if you run a command that brings up a new GUI screen. In those
34- cases, the command output (if any) will appear in the DFHack terminal console.
30+ hit :kbd: `Enter ` or click on the ``run `` button to run it. Any output from the
31+ command will appear in the help area. If you want to run the command and close
32+ the dialog so you can get back to the game, use :kbd: `Shift `:kbd: `Enter ` or hold
33+ down the :kbd: `Shift ` key and click on the ``run `` button instead. The dialog
34+ also closes automatically if you run a command that brings up a new GUI screen.
35+ In either case, if the launcher window doesn't come back up to show the command
36+ output, then the command output (if any) will appear in the DFHack terminal
37+ console.
3538
3639Autocomplete
3740------------
@@ -51,10 +54,10 @@ When you start ``gui/launcher`` without parameters, it shows some useful
5154information in the help area about how to get started.
5255
5356Once you have typed (or autocompleted) a word that matches a valid command, the
54- help area shows the help for that command, including usage instructions. You can
55- scroll the help text page by page by left/right clicking or with :kbd: ` PgUp ` and
56- :kbd: `PgDn `. You can also scroll line by line with :kbd: ` Ctrl ` :kbd: ` Up ` and
57- :kbd: `Ctrl `:kbd: `Down `.
57+ help area shows the help for that command, including usage instructions and
58+ examples. You can scroll the help text by half pages by left/right clicking or
59+ with :kbd: `PgUp ` and :kbd: ` PgDn `. You can also scroll line by line with
60+ :kbd: `Ctrl `:kbd: `Up ` and :kbd: ` Ctrl ` :kbd: ` Down `.
5861
5962Command history
6063---------------
0 commit comments