-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keyd changes the default keycode for 'Fn' on my macbook #791
Comments
That is keyd's internal code. It should be mapped to Have you tried running If not, can you post the output of Footnotes
|
Not OP, but my situation on an M1 Macbook sounds similar. Not sure if I should open a separate issue for it. When I run What seems to be the relevant part of
The config (cobbled together through trial and error)
|
Are there any updates on this? I can't access the second layer of my touchbar, which seems to be related to this issue. |
Love your work!
I was hoping I could figure out a quick and dirty patch for my T2 Macbook.
I see that in
src/keys.h
the FN key is mapped to 254, however, I need to map it to 464!I tried changing the array to allow upto 465 to mimic your logic and changed the corresponding for loop in
src/keys.c
unfortunately after recompiling it comes back as key 208!
I was wondering if you had any ideas on how I could patch this to work on my mac.
Thanks!
Celes
The text was updated successfully, but these errors were encountered: