From ed2c4bf699f87d22cc85f2ec503032ef9207973f Mon Sep 17 00:00:00 2001 From: Curt Bushko Date: Tue, 31 Dec 2024 15:56:49 -0500 Subject: [PATCH] macOS: Cmd + Shift + Plus should increase font size too --- src/config/Config.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/Config.zig b/src/config/Config.zig index 91c07cc787..e496cea645 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -2091,7 +2091,7 @@ pub fn default(alloc_gpa: Allocator) Allocator.Error!Config { // set the expected keybind for the menu. try result.keybind.set.put( alloc, - .{ .key = .{ .translated = .plus }, .mods = inputpkg.ctrlOrSuper(.{}) }, + .{ .key = .{ .translated = .plus }, .mods = inputpkg.ctrlOrSuper(.{ .shift = true }) }, .{ .increase_font_size = 1 }, ); try result.keybind.set.put(