config: cmd+f on macos start_search default
parent
bc44b187d6
commit
b084889782
|
|
@ -6403,6 +6403,14 @@ pub const Keybinds = struct {
|
||||||
.{ .jump_to_prompt = 1 },
|
.{ .jump_to_prompt = 1 },
|
||||||
);
|
);
|
||||||
|
|
||||||
|
// Search
|
||||||
|
try self.set.putFlags(
|
||||||
|
alloc,
|
||||||
|
.{ .key = .{ .unicode = 'f' }, .mods = .{ .super = true } },
|
||||||
|
.start_search,
|
||||||
|
.{ .performable = true },
|
||||||
|
);
|
||||||
|
|
||||||
// Inspector, matching Chromium
|
// Inspector, matching Chromium
|
||||||
try self.set.put(
|
try self.set.put(
|
||||||
alloc,
|
alloc,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue