Yesterday, I installed Ubuntu 17.04 in CHUWI LapBook 14.1, and was surprised everything appeared to work properly. However, the laptop does not come with brightness up and down keys. So I looked for ways to assign other keys to adjust brightness on the laptop, and eventually found a solution on AskUbuntu, and tried the options for Ubuntu 16.04.
First we need to install xdotool, a utility that simulate keyboard input and mouse activity:
1 |
sudo apt install xdotool |
1 |
xdotool key --clearmodifiers XF86MonBrightnessUp |
Repeat the procedure with for the down key filling the Name field with “Brightness Down”, and the Command:
1 |
xdotool key --clearmodifiers XF86MonBrightnessDown |
Now we should have our two brightness keys, and we just need to assign key by clicking the right column and selecting the shortcut.
I never use “Audio next” (Fn + F8) nor “Audio previous” (Fn + F7), so I assigned the first to Brightness Up, and the second to Brightness Down, and could control the brightness that way.
Jean-Luc started CNX Software in 2010 as a part-time endeavor, before quitting his job as a software engineering manager, and starting to write daily news, and reviews full time later in 2011.