Fix bug #8129: add zoom-in binding for Cmd-plus for US-keyboards

This commit is contained in:
Stephan Witt 2012-07-27 11:59:44 +02:00
parent 44b3278006
commit 159108786d

View File

@ -100,8 +100,10 @@ Format 1
# -: "Option-Command-`" # Move focus to the window drawer
# +: "Command- - (minus)" # Decrease the size of the selected item
\bind "C-minus" "buffer-zoom-out"
# ?: "Shift-Command-=" # Increase the size of the selected item
# +: "Shift-Command-=" # Increase the size of the selected item
\bind "C-plus" "buffer-zoom-in"
\bind "C-S-equal" "buffer-zoom-in"
\bind "C-equal" "buffer-zoom-in"
# -: "Command-{" # Left-align a selection
# -: "Command-}" # Right-align a selection
# -: "Command-|" # Center-align a selection