-
Notifications
You must be signed in to change notification settings - Fork 173
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
Working on keymap for Chromebook (coreboot with linux) #572
Comments
What I mean by "coreboot", is with an good selection of common chromebooks, it is possible to replace the BIOS with an standard UEFI/CSM based Bios (known as "coreboot") so that normal operating systems can be easily installed (in my case I installed arch linux) |
also is it possible to make these configs not affect TTY's? |
|
THat way of mapping presses didnt really work right for what I needed, now I just have one key that is not mapped properly, and thats the
|
What didn't work?
That's because
|
while that fixes things, now when I use my tilingwm's hotkeys, it no work (meta+d is supposed to open a runbox, now it only presses D on the keyboard replacing |
I figured it out, you were correct with the
|
Check out https://github.com/WeirdTreeThing/cros-keyboard-map. |
I based mine off the fact that if you were to plug any regular old keyboard into a chromebook, F1-10 all serve damn near the same functions, Also why does the one you linked reference |
Vivaldi is also the name of the keyboard firmware for chromebooks https://www.phoronix.com/news/Linux-5.10-Chromebook-Vivaldi. It is not related to the web browser. |
I am working on an key-remap for the chromebook (coreboot bios + actual linux) and am running into an issue, im trying to set it up so it follows akin to the same format as the chromebook,
where the function keys work as they do on chromeos, but ctrl+alt (or meta+fnX) overrides back to normal fn
with my work done to it
Attached is a image of what the keys are supposed to be
Back
Forward
refresh
Effectively F11
Switch Windows (akin to alt tab)
Brightness+
Brightness-
Mute
VolDown
VolUp
how would I make it so that when I press ctrl+alt it defaults back to standard function keys?
The text was updated successfully, but these errors were encountered: