From 5f444ee86f63a2396994159cf5b257e3e83096b0 Mon Sep 17 00:00:00 2001 From: Daniel Ramoeller Date: Thu, 4 Apr 2019 17:01:56 +0200 Subject: [PATCH] Fix for Mac Command-0 zoom-buffer binding Amends fix to #10455 (cherry picked from commit 990f1eca4a985116def89f18061f9ea8eea84a67) --- lib/bind/mac.bind | 1 + status.23x | 2 ++ 2 files changed, 3 insertions(+) diff --git a/lib/bind/mac.bind b/lib/bind/mac.bind index af358d6e36..c73dbfb847 100644 --- a/lib/bind/mac.bind +++ b/lib/bind/mac.bind @@ -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" diff --git a/status.23x b/status.23x index 7a75ce55e7..8b2574a163 100644 --- a/status.23x +++ b/status.23x @@ -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 -- 2.39.5