mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Fix for Mac Command-0 zoom-buffer binding
Amends fix to #10455
(cherry picked from commit 990f1eca4a
)
This commit is contained in:
parent
7986ac2f32
commit
5f444ee86f
@ -101,6 +101,7 @@ Format 4
|
||||
# -: "Shift-Command-`" # Activate the previous open window in the frontmost application
|
||||
# -: "Option-Command-`" # Move focus to the window drawer
|
||||
# +: "Command- - (minus)" # Decrease the size of the selected item
|
||||
\bind "C-0" "buffer-zoom"
|
||||
\bind "C-minus" "buffer-zoom-out"
|
||||
# +: "Shift-Command-=" # Increase the size of the selected item
|
||||
\bind "C-plus" "buffer-zoom-in"
|
||||
|
@ -53,6 +53,8 @@ What's new
|
||||
|
||||
- Improve performance on Windows with lots of math insets.
|
||||
|
||||
- Add Shortcut (Comand-0) for workaera zoom reset to mac.bind.
|
||||
|
||||
|
||||
* DOCUMENTATION AND LOCALIZATION
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user