I’m considering a Chromebook as my next Linux daily driver, but I’m quite worried about the keyboard and specifically my lifelong-usual shortcuts. Comparing to the regular laptops, a bunch of keys is simply missing on many Chromebooks (Super, Fn, CapsLock), so I would appreciate some opinions and examples on how chrultrabook community solves what seems to be a problem to me.
I anticipate having to re-learn the following shortcuts (all containing the missing keys), so could you share what you personally use for:
Compose key (I use CapsLock);
screen locking (I use Super+L);
quick search, e.g. to start an application or open a specific settings page (just Super);
showing of the dev tools in the browsers (F12);
navigating through text with Home/PgUp/PgDn/End (on my laptops, it’s Fn + arrows);
keyboard layout/language change (I use Super+Space);
taking screenshots: active window, screen region, etc. (on my current laptops, this involves both Fn and PrtSc plus some modifier keys).
Would also appreciate if you’d specify your graphical environment. I mostly use KDE, sometimes XFce.
I understand that everyone’s different and it’s possible to configure ad-hoc combinations for all this and learn them, but maybe some best practices have formed in the community, or someone shares really nice ideas.
I used this script on Linux mint and it worked very well. I just had to add “leftmeta = capslock“ under [alt] section and the capslock started to work after a restart of keyd - sudo systemctl restart keyd.service
[alt]
backspace = delete
brightnessdown = kbdillumdown
brightnessup = kbdillumup
f6 = kbdillumdown
f7 = kbdillumup leftmeta = capslock#add this to CAPSLOCK work in Linux Mint