summaryrefslogtreecommitdiff
path: root/dfhack.init-example
diff options
context:
space:
mode:
authorAlexander Gavrilov2012-09-28 13:32:41 +0400
committerAlexander Gavrilov2012-09-28 13:32:41 +0400
commitbd7cd690aa4260d4df9625a124a2a15480bdd848 (patch)
treef8b448dc93c1e3e21d8a2890b9123b1a5b69e9b4 /dfhack.init-example
parent7e0365857d4af487ad07dfb43a85ed7b789075aa (diff)
downloaddfhack-bd7cd690aa4260d4df9625a124a2a15480bdd848.tar.gz
dfhack-bd7cd690aa4260d4df9625a124a2a15480bdd848.tar.bz2
dfhack-bd7cd690aa4260d4df9625a124a2a15480bdd848.tar.xz
Implement the common suggestion of Shift-Enter in trade screens.
Diffstat (limited to 'dfhack.init-example')
-rw-r--r--dfhack.init-example5
1 files changed, 5 insertions, 0 deletions
diff --git a/dfhack.init-example b/dfhack.init-example
index 0bf34460..8a3ec8f2 100644
--- a/dfhack.init-example
+++ b/dfhack.init-example
@@ -45,6 +45,7 @@ keybinding add Shift-R "job-material RHYOLITE"
keybinding add Shift-I "job-material CINNABAR"
keybinding add Shift-B "job-material COBALTITE"
keybinding add Shift-O "job-material OBSIDIAN"
+keybinding add Shift-T "job-material ORTHOCLASE"
keybinding add Shift-G "job-material GLASS_GREEN"
# browse linked mechanisms
@@ -90,3 +91,7 @@ tweak fix-dimensions
# make reactions requiring containers usable in advmode - the issue is
# that the screen asks for those reagents to be selected directly
tweak advmode-contained
+
+# support Shift-Enter in Trade and Move Goods to Depot screens for faster
+# selection; it selects the current item or stack and scrolls down one line
+tweak fast-trade