mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-08-25 08:31:43 +00:00
macos: add reload configuration to the Ghostty menu bar
This commit is contained in:
@@ -588,6 +588,11 @@ pub fn default(alloc_gpa: Allocator) Allocator.Error!Config {
|
||||
.{ .key = .q, .mods = .{ .super = true } },
|
||||
.{ .quit = {} },
|
||||
);
|
||||
try result.keybind.set.put(
|
||||
alloc,
|
||||
.{ .key = .comma, .mods = .{ .super = true, .shift = true } },
|
||||
.{ .reload_config = {} },
|
||||
);
|
||||
|
||||
try result.keybind.set.put(
|
||||
alloc,
|
||||
|
||||
Reference in New Issue
Block a user