From 76712a533c12f2e271e626b242cad0f1085051f1 Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Fri, 3 Feb 2023 00:02:20 -0800 Subject: [PATCH] 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 --- data/init/dfhack.keybindings.init | 2 +- docs/Quickstart.rst | 4 ++-- docs/changelog.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/init/dfhack.keybindings.init b/data/init/dfhack.keybindings.init index e623a2327..5847a42c7 100644 --- a/data/init/dfhack.keybindings.init +++ b/data/init/dfhack.keybindings.init @@ -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 diff --git a/docs/Quickstart.rst b/docs/Quickstart.rst index f77a2c4c9..a91256a1f 100644 --- a/docs/Quickstart.rst +++ b/docs/Quickstart.rst @@ -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 diff --git a/docs/changelog.txt b/docs/changelog.txt index fb2cd57c3..dc8198c0d 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -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