mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 08:46:08 +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,
|
||||
.alt = self.alt,
|
||||
.super = self.super,
|
||||
.function = self.function,
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user