226
people found this helpful, as of 2023
ranked #133,436 most helpful
out of 571,544,897 reviews
★★★★★
Great for Ubuntu!
It works great on ChromeOS, Windows, Ubuntu, and OSX Ubuntu won't pick up the fact that it is a touchpad, so if you want to do any modding to the touchpad like changing the speed, just change your mouse settings.
Now, if you want to enable "natural scrolling" also known as "reverse scrolling" or "Australian scrolling", just run this in terminal:
echo "pointer = 1 2 3 5 4 7 6 8 9 10 11 12" > ~/.Xmodmap && xmodmap ~/.Xmodmap
if you want to undo what that does, all you have to do is run this in terminal:
echo "pointer = 1 2 3 4 5 6 7 8 9 10 11 12" > ~/.Xmodmap && xmodmap ~/.Xmodmap
OR you can do this:
'rm -r ~/.Xmodmap && reboot NOW'
If you are interested in pairing other devices to the Logitech Universal Receiver (the little USB thingy that communicates with your device) or if you want to monitor the battery levels of the keyboard, just install the app called Solaar by doing the following:
sudo add-apt-repository ppa:daniel.pavel/solaar && sudo apt-get update && sudo apt-get install solaar
January 2018 · Electronics · verified purchase