use Ctrl-Shift-S instead of tilde for gui/control-panel

since ~ conflicts with the :lua shortcut
develop
Myk Taylor 2023-02-02 21:03:23 -08:00
parent 2cf985be73
commit bfc27605cc
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
3 changed files with 4 additions and 4 deletions

@ -17,7 +17,7 @@ keybinding add Ctrl-Shift-P "gui/launcher --minimal"
keybinding add Ctrl-Shift-C hotkeys
# control panel
keybinding add Shift-` gui/control-panel
keybinding add Ctrl-Shift-S gui/control-panel
# on-screen keyboard
keybinding add Ctrl-Shift-K gui/cp437-table

@ -80,7 +80,7 @@ The second place to check is the DFHack control panel: `gui/control-panel`. It
will give you an overview of which tools are currently enabled, and will allow
you to toggle them on or off, see help text for them, or launch their dedicated
configuration UIs. You can launch the control panel from anywhere with the
tilde key (Shift-\`) or from the logo hover list.
Ctrl-Shift-S hotkey or by selecting it from the logo hover list.
In the control panel, you can also select which tools you'd like to be
automatically enabled when you start a new fort. There are also system settings
@ -150,7 +150,7 @@ You can get to popular, relevant tools for the current context by hovering
the mouse over the DFHack logo or by hitting Ctrl-Shift-C.
You can enable DFHack tools and configure settings with `gui/control-panel`,
which you can access directly with the tilde key (Shift-\`).
which you can access directly with the Ctrl-Shift-S hotkey.
You can get to the launcher and its integrated autocomplete, history search,
and help text by hitting backtick (\`) or Ctrl-Shift-D, or, of course, by

@ -54,7 +54,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
- `automelt`: stockpile configuration can now be set from the commandline
- `channel-safely`: new monitoring for cave-in prevention
- `gui/control-panel`: you can now configure whether DFHack tool windows should pause the game by default
- `gui/control-panel`: new global hotkey: tilde (Shift-backtick on most keyboards)
- `gui/control-panel`: new global hotkey for quick access: Ctrl-Shift-S (S for Settings)
- `hotkeys`: clicking on the DFHack logo no longer closes the popup menu
- `nestboxes`: now saves enabled state in your savegame
- `gui/launcher`: sped up initialization time for faster window appearance