mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +03:00
send tab to process
This commit is contained in:
@ -309,6 +309,7 @@ fn keyCallback(
|
|||||||
.l => if (mods.control) 0x0C else return,
|
.l => if (mods.control) 0x0C else return,
|
||||||
.backspace => 0x08,
|
.backspace => 0x08,
|
||||||
.enter => '\n',
|
.enter => '\n',
|
||||||
|
.tab => '\t',
|
||||||
else => return,
|
else => return,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user