mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
send esc
This commit is contained in:
@ -342,6 +342,7 @@ fn keyCallback(
|
|||||||
.backspace => 0x08,
|
.backspace => 0x08,
|
||||||
.enter => '\r',
|
.enter => '\r',
|
||||||
.tab => '\t',
|
.tab => '\t',
|
||||||
|
.escape => 0x1B,
|
||||||
else => return,
|
else => return,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user