Merge 9e741377f8 into 50cb1bafd7
commit
4401ab8fff
|
|
@ -5881,7 +5881,7 @@ pub const Keybinds = struct {
|
|||
// set the expected keybind for the menu.
|
||||
try self.set.put(
|
||||
alloc,
|
||||
.{ .key = .{ .physical = .equal }, .mods = inputpkg.ctrlOrSuper(.{}) },
|
||||
.{ .key = .{ .unicode = '=' }, .mods = inputpkg.ctrlOrSuper(.{}) },
|
||||
.{ .increase_font_size = 1 },
|
||||
);
|
||||
try self.set.put(
|
||||
|
|
|
|||
Loading…
Reference in New Issue