Sauce icon indicating copy to clipboard operation
Sauce copied to clipboard

`fn` key missing?

Open godbout opened this issue 3 years ago • 2 comments

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?

godbout avatar Jan 08 '22 20:01 godbout

This is probably too late, but still, for reference.

Fn is on NSEvent.ModifierFlags as .function

jasonm23 avatar Oct 09 '23 04:10 jasonm23

not sure anymore what was the reason for me asking this. should have known that fn is a modifier. honestly no idea 😂️

godbout avatar Oct 09 '23 08:10 godbout