Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Looks like pacaur is dead? switched to using yay

...

Note, in this example we'll be installing on an Arch based distro so will be using pacman and pacaur yay (an AUR helper) but these packages should be in your distro's package manager.

...

Code Block
sudo pacman -S xorg-xmodmap xorg-xev
pacauryay -S xkbset

Configuration

We'll xkbset to enable mousekeys (i.e. enable us to use keyboard keys as mouse buttons).  We're going to enable mouse keys with by adding several lines to our .profile.  This is required to have the mousekeys setting survive a reboot and load every time you login.

...