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.
develop
Myk Taylor 2020-08-14 21:14:50 -07:00
parent 0f9f64d137
commit a8f215fcfe
1 changed files with 1 additions and 2 deletions

@ -73,11 +73,10 @@
# brackets: # brackets:
# & expands to {Enter} # & expands to {Enter}
# @ expands to {Shift}{Enter} # @ expands to {Shift}{Enter}
# + expands to {Shift}
# ~ expands to {Alt} # ~ expands to {Alt}
# ! expands to {Ctrl} # ! expands to {Ctrl}
# ^ expands to {ESC} # ^ expands to {ESC}
# #
# If you need literal verisons of the shorthand characters, surround them in # If you need literal verisons of the shorthand characters, surround them in
# curly brackets, for example: "{+}" # curly brackets, for example: "{~}"
# #