mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-03 12:02:36 +00:00
@@ -963,6 +963,13 @@ pub fn default(alloc_gpa: Allocator) Allocator.Error!Config {
|
||||
.{ .key = .i, .mods = .{ .alt = true, .super = true } },
|
||||
.{ .inspector = .toggle },
|
||||
);
|
||||
|
||||
// Alternate keybind, common to Mac programs
|
||||
try result.keybind.set.put(
|
||||
alloc,
|
||||
.{ .key = .f, .mods = .{ .super = true, .ctrl = true } },
|
||||
.{ .toggle_fullscreen = {} },
|
||||
);
|
||||
}
|
||||
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user