mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
enter is CR
This commit is contained in:
@ -340,7 +340,7 @@ fn keyCallback(
|
|||||||
.z => if (mods.control and !mods.shift) 0x1A else return,
|
.z => if (mods.control and !mods.shift) 0x1A else return,
|
||||||
|
|
||||||
.backspace => 0x08,
|
.backspace => 0x08,
|
||||||
.enter => '\n',
|
.enter => '\r',
|
||||||
.tab => '\t',
|
.tab => '\t',
|
||||||
else => return,
|
else => return,
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user