From 21ebbad66935972d8475d15cf983fbe4f27005c2 Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Mon, 23 Jan 2023 15:40:56 -0800 Subject: [PATCH] add keybinding for gui/quickcmd --- data/init/dfhack.keybindings.init | 3 +++ docs/changelog.txt | 1 + 2 files changed, 4 insertions(+) diff --git a/data/init/dfhack.keybindings.init b/data/init/dfhack.keybindings.init index ea38f35ba..c1a4191ef 100644 --- a/data/init/dfhack.keybindings.init +++ b/data/init/dfhack.keybindings.init @@ -19,6 +19,9 @@ keybinding add Ctrl-Shift-C hotkeys # on-screen keyboard keybinding add Ctrl-Shift-K gui/cp437-table +# customizable quick command list +keybinding add Ctrl-Shift-A gui/quickcmd + # an in-game init file editor #keybinding add Alt-S@title|dwarfmode/Default|dungeonmode gui/settings-manager diff --git a/docs/changelog.txt b/docs/changelog.txt index 073837eff..405a2c3bb 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -42,6 +42,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: - `hotkeys`: clicking on the DFHack logo no longer closes the popup menu - `gui/launcher`: sped up initialization time for faster load of the UI - `orders`: orders plugin functionality is now offered via an overlay widget when the manager orders screen is open +- `gui/quickcmd`: now has it's own global keybinding for your convenience: Ctrl-Shift-A ## Documentation