macOS: Cmd + Shift + Plus should increase font size too

This commit is contained in:
Curt Bushko
2024-12-31 15:56:49 -05:00
parent a857d56fb6
commit ed2c4bf699

View File

@ -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(