input: function is part of the binding mods

This commit is contained in:
Mitchell Hashimoto
2024-10-07 05:52:03 -10:00
parent 481e249958
commit 9e161758bb

View File

@ -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,
}; };
} }