mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
Sets sane default for copy-to-right-click
This commit is contained in:
@ -1513,8 +1513,8 @@ keybind: Keybinds = .{},
|
|||||||
},
|
},
|
||||||
|
|
||||||
@"copy-on-right-click": CopyOnMouseAction = switch (builtin.os.tag) {
|
@"copy-on-right-click": CopyOnMouseAction = switch (builtin.os.tag) {
|
||||||
.linux => .true,
|
.linux => .false,
|
||||||
.macos => .true,
|
.macos => .false,
|
||||||
else => .false,
|
else => .false,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user