move control panel hotkey again to Ctrl-Shift-E

Ctrl-Shift-S is too close to the macro save hotkey (Ctrl-S) and can
trigger it sometimes if you're not super careful
develop
Myk Taylor 2023-02-03 00:02:20 -08:00
parent 49246a60f3
commit 76712a533c
No known key found for this signature in database
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 Ctrl-Shift-S gui/control-panel
keybinding add Ctrl-Shift-E 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
Ctrl-Shift-S hotkey or by selecting it from the logo hover list.
Ctrl-Shift-E 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 Ctrl-Shift-S hotkey.
which you can access directly with the Ctrl-Shift-E 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 for quick access: Ctrl-Shift-S (S for Settings)
- `gui/control-panel`: new global hotkey for quick access: Ctrl-Shift-E
- `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