From a8f215fcfe1fb2e51ade00508c2336a526922299 Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Fri, 14 Aug 2020 21:14:50 -0700 Subject: [PATCH] remove '+' as a special key. it's too useful. plus, the original quickfort doesn't seem to have generally treated it as {Shift}. it was special-cased when it preceded {Enter}, which we don't need to do. --- dfhack-config/quickfort/aliases.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dfhack-config/quickfort/aliases.txt b/dfhack-config/quickfort/aliases.txt index 05f2833f5..c2de28897 100644 --- a/dfhack-config/quickfort/aliases.txt +++ b/dfhack-config/quickfort/aliases.txt @@ -73,11 +73,10 @@ # brackets: # & expands to {Enter} # @ expands to {Shift}{Enter} -# + expands to {Shift} # ~ expands to {Alt} # ! expands to {Ctrl} # ^ expands to {ESC} # # If you need literal verisons of the shorthand characters, surround them in -# curly brackets, for example: "{+}" +# curly brackets, for example: "{~}" #