mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-08-06 07:29:08 +00:00
apprt/embedded: proper consumed modifier state for ctrl keys
This commit is contained in:
@@ -6,8 +6,9 @@ const Mods = @import("key.zig").Mods;
|
||||
|
||||
pub const State = struct {};
|
||||
pub const Translation = struct {
|
||||
text: []const u8,
|
||||
composing: bool,
|
||||
text: []const u8 = "",
|
||||
composing: bool = false,
|
||||
mods: Mods = .{},
|
||||
};
|
||||
|
||||
pub fn init() !KeymapNoop {
|
||||
|
||||
Reference in New Issue
Block a user