Skip to content

Instantly share code, notes, and snippets.

@nitish6174
Last active October 6, 2018 19:12
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nitish6174/178eb0043920bd2e56542c4430138fb7 to your computer and use it in GitHub Desktop.
Save nitish6174/178eb0043920bd2e56542c4430138fb7 to your computer and use it in GitHub Desktop.
Settings to control mouse cursor using keyboard
  1. Open 'Settings' -> 'Universal Access' -> 'Pointing and clicking' -> 'Mouse keys'
  2. Turn that option ON
  3. Now you will be able to move cursor with numpad but the speed will be extremely slow.
  4. Run the following commands in terminal to set a good to do speed :
    sudo apt-get install xkbset
    xkbset ma 60 10 10 5 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment