mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Fix bug #8129: add zoom-in binding for Cmd-plus for US-keyboards
This commit is contained in:
parent
44b3278006
commit
159108786d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user