mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 16:56:09 +03:00
input: function is part of the binding mods
This commit is contained in:
@ -131,6 +131,7 @@ pub const Mods = packed struct(Mods.Backing) {
|
|||||||
.ctrl = self.ctrl,
|
.ctrl = self.ctrl,
|
||||||
.alt = self.alt,
|
.alt = self.alt,
|
||||||
.super = self.super,
|
.super = self.super,
|
||||||
|
.function = self.function,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user