mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
correct default keybinding cmd+backspace for macOS
cmd+backspace=text:\x15
This commit is contained in:
@ -2603,7 +2603,7 @@ pub fn default(alloc_gpa: Allocator) Allocator.Error!Config {
|
|||||||
try result.keybind.set.put(
|
try result.keybind.set.put(
|
||||||
alloc,
|
alloc,
|
||||||
.{ .key = .{ .translated = .backspace }, .mods = .{ .super = true } },
|
.{ .key = .{ .translated = .backspace }, .mods = .{ .super = true } },
|
||||||
.{ .esc = "\x15" },
|
.{ .text = "\\x15" },
|
||||||
);
|
);
|
||||||
try result.keybind.set.put(
|
try result.keybind.set.put(
|
||||||
alloc,
|
alloc,
|
||||||
|
Reference in New Issue
Block a user