chromebook keymapping
| 2025-02-06 / 2026-02-21 | ||
Anleitung die Chromebook-Tasten als echte F-Tasten und andere nutzen zu können. Genutzt wird keyd als Keymapper-Deamon.
keyd
https://github.com/rvaiya/keyd
Erstinstallation
#Manjaro
install keyd
sudo systemctl enable keyd --now
#Fedora [install make cmake gcc]
mkdir -p .make
cd .make
git clone https://github.com/rvaiya/keyd
cd keyd
make && sudo make install
sudo systemctl enable --now keyd
Keys und Keyboard-ID ermitteln
sudo keyd monitor
Keymapping anlegen
sudo nano /etc/keyd/default.conf
# .conf ist wichtig!
# Alle Keyboards...
[ids]
*
# Chromebook Tastatur
[ids]
# -> nach coreboot-bios update hat sich die id geändert!
# -> irgndwann anders hat sich auch die id geänder?!
0001:0001:d8a8e788
Keymapping laden
sudo keyd reload
Mein Keymapping file
# Chromebook Tastatur
[ids]
# -> nach coreboot-bios update hat sich die id geändert!
# -> irgndwann anders hat sich auch die id geänder?!
0001:0001:d8a8e788
#super
[meta]
esc = f1
back = f2
forward = f3
refresh = f4
zoom = f5
scale = f6
brightnessdown = f7
brightnessup = f8
mute = f9
volumedown = f10
volumeup = f11
sleep = f12
#
backspace = delete
up = pageup
down = pagedown
left = home
right = end
Touchpad deaktivieren während man tippt..
sudo nano /etc/libinput/local-overrides.quirks
[Virtual Keyboard]
MatchUdevType=keyboard
MatchName=keyd virtual keyboard
AttrKeyboardIntegration=internal