Sauce
Sauce copied to clipboard
`fn` key missing?
can't seem to find it in the code. keyCode value is 179, but Sauce can't find a match and returns nil.
or is it that Sauce handles only Characters? that would make sense, from the loop from 1 to 128?
This is probably too late, but still, for reference.
Fn is on NSEvent.ModifierFlags
as .function
not sure anymore what was the reason for me asking this. should have known that fn
is a modifier. honestly no idea 😂️