Skip to content
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

[ANSI] Fn + F[9-12] has wrong assignment after firmware update #14

Open
agurenko opened this issue Jan 16, 2020 · 7 comments
Open

[ANSI] Fn + F[9-12] has wrong assignment after firmware update #14

agurenko opened this issue Jan 16, 2020 · 7 comments

Comments

@agurenko
Copy link

As per following post after firmware update the FN + F9, F10, F11 and F12 has wrong functions assigned to them, hence some functions are not available.

Here is quick summary:

Esc: Calls up the shutdown menu
F1: Brightness down
F2: Brightness up
F3: Seems to be the same as the Pine key? Presumably that's fine
F4: Mute
F5: Volume down
F6: Volume up
F7: Disables the trackpad
F8: Insert

However, F9 onwards seems wrong, both in what keycodes xev reports and in observed behaviour:

F9: Label says Print Screen, but instead Num_Lock
F10: Label says NumLK, but instead Scroll_Lock
F11: Label says ScrLK, but instead Pause
F12: Label says Pause Break, but instead Num_Lock

@jackhumbert
Copy link

jackhumbert commented Jan 21, 2020

I just pushed a fix for this to my branch - if you clone, make, and run sudo ./updater flash-kb-revised ansi this should correct the F keys. ~~Right now this is only fixed in ANSI. ~~ ISO is fixed as well :)

Fn+F3 should also be sending L GUI + P - can you see that?

@zerohalo
Copy link

Tested @jackhumbert's branch and it appears to have resolved the correct mapping of F keys for me (ansi).

@flacks
Copy link

flacks commented Jan 22, 2020

Also tested @jackhumbert's branch - Fn + F3 is sending Super_L, and Fn + F{9,10,11,12} are sending Print, Num_Lock, Scroll_Lock, and Pause, respectively. 👏

@agurenko
Copy link
Author

Just tried @jackhumbert branch and it looks great! Fn + F3 sends L GUI + P in Manjaro as expected!

@hectorzg
Copy link

Tried @jackhumbert's fix and it works on Manjaro KDE Plasma

@zerohalo
Copy link

@jackhumbert Either I'm doing something incorrectly, or I'm just unable to set any privacy switches using Pine + F10/11/12.

@zerohalo
Copy link

I updated to the latest and now my security switches are functioning - thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants