Skip to content

Commit 38a490f

Browse files
authored
Merge pull request DFHack#440 from myk002/myk_fast_tab
[gui/launcher] add docs for enabling Tab key repeat
2 parents aadbe04 + 856ae89 commit 38a490f

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

docs/gui/launcher.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,20 @@ Dev mode
8080
By default, commands intended for developers and modders are filtered out of the
8181
autocomplete list. You can toggle this filtering by hitting :kbd:`Ctrl`:kbd:`D`
8282
at any time.
83+
84+
Autocomplete tab speed
85+
----------------------
86+
87+
By default in DF, holding down the :kbd:`Tab` key is the same as just pressing
88+
it once. This makes scanning quickly through the autocomplete list with the
89+
keyboard quite slow. To speed things up, you can go to the DF keybinding
90+
configuration screen (hit :kbd:`Esc` from the main map and select
91+
``Key Bindings`` from the menu), select ``General``, and then ``Change tab or
92+
highlight selection``. If you change the configuration for that item to
93+
``Immediate repeat``, then holding :kbd:`Tab` will allow you to scan through
94+
the autocomplete list more quickly. Be sure to also change the configuration for
95+
the next item, ``Change tab or highlight selection, secondary``, to also allow
96+
:kbd:`Shift`:kbd:`Tab` to work the same way.
97+
98+
Back at the main Key Bindings screen, select ``Save and exit`` to get back to
99+
the game.

0 commit comments

Comments
 (0)