mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-05 12:57:50 +00: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